mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-25 21:03:15 +00:00
Fix all compilation issues (?)
This commit is contained in:
@@ -139,7 +139,9 @@ uint16_t GW008_callback()
|
||||
return 5000;
|
||||
break;
|
||||
case GW008_DATA:
|
||||
telemetry_set_input_sync(GW008_PACKET_PERIOD);
|
||||
#ifdef MULTI_SYNC
|
||||
telemetry_set_input_sync(GW008_PACKET_PERIOD);
|
||||
#endif
|
||||
GW008_send_packet(0);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user