mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Allow PCBSKY9X compilation
This commit is contained in:
parent
ba887720bf
commit
78dd516069
4 changed files with 73 additions and 2 deletions
|
@ -252,8 +252,9 @@ static void processMultiSyncPacket(const uint8_t * data, uint8_t module)
|
|||
// inputLag -= refreshRate;
|
||||
|
||||
status.update(refreshRate, inputLag);
|
||||
|
||||
#if defined(DEBUG)
|
||||
serialPrint("MP ADJ: R %d, L %04d", refreshRate, inputLag);
|
||||
#endif
|
||||
}
|
||||
|
||||
#if defined(PCBTARANIS) || defined(PCBHORUS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue