Add stubs for FM classes.

This commit is contained in:
Jonathan Naylor 2020-04-15 15:24:01 +01:00
parent 7a549e96ba
commit 74228c506e
13 changed files with 465 additions and 6 deletions

View file

@ -432,7 +432,7 @@ uint8_t CSerialPort::setFMParams3(const uint8_t* data, uint8_t length)
ack[n] = data[i];
ack[n] = '\0';
fm.setMisc(ack, timeout, timeoutLevel, ctcssFrequency, ctcssThreshold, ctcssLevel, kerchunkTime, hangTime);
fm.setMisc(timeout, timeoutLevel, ctcssFrequency, ctcssThreshold, ctcssLevel, kerchunkTime, hangTime);
return 0U;
}