mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Add RingBuffer Template
This commit is contained in:
parent
973a1391d7
commit
05775f0bfa
8 changed files with 22 additions and 359 deletions
3
FM.cpp
3
FM.cpp
|
|
@ -187,6 +187,9 @@ void CFM::reset()
|
|||
m_timeoutTone.stop();
|
||||
|
||||
m_outputRFRB.reset();
|
||||
m_inputExtRB.reset();
|
||||
|
||||
m_downsampler.reset();
|
||||
}
|
||||
|
||||
uint8_t CFM::setCallsign(const char* callsign, uint8_t speed, uint16_t frequency, uint8_t time, uint8_t holdoff, uint8_t highLevel, uint8_t lowLevel, bool callsignAtStart, bool callsignAtEnd, bool callsignAtLatch)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue