mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-01-07 15:43:16 +00:00
More code optimization
This commit is contained in:
@@ -76,7 +76,7 @@ uint16_t ZSX_callback()
|
||||
#ifdef MULTI_SYNC
|
||||
telemetry_set_input_sync(ZSX_PACKET_PERIOD);
|
||||
#endif
|
||||
if(IS_BIND_IN_PROGRESS)
|
||||
if(bind_counter)
|
||||
if(--bind_counter==0)
|
||||
{
|
||||
BIND_DONE;
|
||||
|
||||
Reference in New Issue
Block a user