mirror of https://github.com/g4klx/MMDVM.git
Add a dummy return for the setting of the FM parameters when FM is not enabled.
This commit is contained in:
parent
6517229f87
commit
43b53fe2fc
|
@ -1037,6 +1037,13 @@ void CSerialPort::processMessage(uint8_t type, const uint8_t* buffer, uint16_t l
|
||||||
sendNAK(err);
|
sendNAK(err);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
#else
|
||||||
|
case MMDVM_FM_PARAMS1:
|
||||||
|
case MMDVM_FM_PARAMS2:
|
||||||
|
case MMDVM_FM_PARAMS3:
|
||||||
|
case MMDVM_FM_PARAMS4:
|
||||||
|
sendACK();
|
||||||
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
case MMDVM_CAL_DATA:
|
case MMDVM_CAL_DATA:
|
||||||
|
|
Loading…
Reference in New Issue