mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-27 06:30:16 +00:00
Fix all compilation issues (?)
This commit is contained in:
@@ -174,7 +174,9 @@ uint16_t V761_callback()
|
||||
}
|
||||
return 15730;
|
||||
case V761_DATA:
|
||||
telemetry_set_input_sync(V761_PACKET_PERIOD);
|
||||
#ifdef MULTI_SYNC
|
||||
telemetry_set_input_sync(V761_PACKET_PERIOD);
|
||||
#endif
|
||||
V761_send_packet();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user