mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-01-02 20:23:14 +00:00
Fix all compilation issues (?)
This commit is contained in:
@@ -435,7 +435,9 @@ uint16_t WK_cb()
|
||||
{
|
||||
if (packet_sent == 0)
|
||||
{
|
||||
telemetry_set_input_sync(2800);
|
||||
#ifdef MULTI_SYNC
|
||||
telemetry_set_input_sync(2800);
|
||||
#endif
|
||||
packet_sent = 1;
|
||||
if(sub_protocol == WK2801)
|
||||
WK_BuildPacket_2801();
|
||||
|
||||
Reference in New Issue
Block a user