mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-17 22:03:14 +00:00
Fix all compilation issues (?)
This commit is contained in:
@@ -114,7 +114,9 @@ uint16_t DM002_callback()
|
||||
{
|
||||
if(IS_BIND_DONE)
|
||||
{
|
||||
telemetry_set_input_sync(DM002_PACKET_PERIOD);
|
||||
#ifdef MULTI_SYNC
|
||||
telemetry_set_input_sync(DM002_PACKET_PERIOD);
|
||||
#endif
|
||||
DM002_send_packet(0);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user