mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-01-20 18:43:15 +00:00
Fix all compilation issues (?)
This commit is contained in:
@@ -80,7 +80,9 @@ static void __attribute__((unused)) ZSX_init()
|
||||
|
||||
uint16_t ZSX_callback()
|
||||
{
|
||||
telemetry_set_input_sync(ZSX_PACKET_PERIOD);
|
||||
#ifdef MULTI_SYNC
|
||||
telemetry_set_input_sync(ZSX_PACKET_PERIOD);
|
||||
#endif
|
||||
if(IS_BIND_IN_PROGRESS)
|
||||
if(--bind_counter==0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user