Add a dummy return for the setting of the FM parameters when FM is not enabled.

This commit is contained in:
Jonathan Naylor 2021-05-08 23:48:52 +01:00
parent 6517229f87
commit 43b53fe2fc
1 changed files with 7 additions and 0 deletions

View File

@ -1037,6 +1037,13 @@ void CSerialPort::processMessage(uint8_t type, const uint8_t* buffer, uint16_t l
sendNAK(err);
}
break;
#else
case MMDVM_FM_PARAMS1:
case MMDVM_FM_PARAMS2:
case MMDVM_FM_PARAMS3:
case MMDVM_FM_PARAMS4:
sendACK();
break;
#endif
case MMDVM_CAL_DATA: