mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-01-01 19:33:14 +00:00
Fix all compilation issues (?)
This commit is contained in:
@@ -229,7 +229,9 @@ uint16_t CX10_callback()
|
||||
}
|
||||
break;
|
||||
case CX10_DATA:
|
||||
telemetry_set_input_sync(packet_period);
|
||||
#ifdef MULTI_SYNC
|
||||
telemetry_set_input_sync(packet_period);
|
||||
#endif
|
||||
CX10_Write_Packet(0);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user