mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Convert to using floats.
This commit is contained in:
parent
6d5b864cba
commit
ebdba2bdb9
3 changed files with 102 additions and 62 deletions
1
FM.cpp
1
FM.cpp
|
|
@ -103,6 +103,7 @@ void CFM::process()
|
|||
|
||||
void CFM::reset()
|
||||
{
|
||||
m_ctcssRX.reset();
|
||||
}
|
||||
|
||||
uint8_t CFM::setCallsign(const char* callsign, uint8_t speed, uint16_t frequency, uint8_t time, uint8_t holdoff, uint8_t level, bool callsignAtStart, bool callsignAtEnd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue