mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-01-08 08:43:19 +00:00
Fix all compilation issues (?)
This commit is contained in:
@@ -189,7 +189,9 @@ uint16_t FQ777_callback()
|
||||
}
|
||||
else
|
||||
{
|
||||
telemetry_set_input_sync(FQ777_PACKET_PERIOD);
|
||||
#ifdef MULTI_SYNC
|
||||
telemetry_set_input_sync(FQ777_PACKET_PERIOD);
|
||||
#endif
|
||||
FQ777_send_packet(0);
|
||||
}
|
||||
return FQ777_PACKET_PERIOD;
|
||||
|
||||
Reference in New Issue
Block a user