mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-08-01 18:48:59 +00:00
Fix all compilation issues (?)
This commit is contained in:
@@ -781,7 +781,9 @@ static uint16_t cflie_callback()
|
||||
break;
|
||||
|
||||
case CFLIE_DATA:
|
||||
telemetry_set_input_sync(CFLIE_PACKET_PERIOD);
|
||||
#ifdef MULTI_SYNC
|
||||
telemetry_set_input_sync(CFLIE_PACKET_PERIOD);
|
||||
#endif
|
||||
// if (Model.proto_opts[PROTOOPTS_TELEMETRY] == TELEM_ON_CRTPLOG) {
|
||||
// update_telemetry_crtplog();
|
||||
// } else if (Model.proto_opts[PROTOOPTS_TELEMETRY] == TELEM_ON_ACKPKT) {
|
||||
|
||||
Reference in New Issue
Block a user