1
0
Fork 0
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:
3djc 2021-04-04 19:00:01 +02:00
parent ba887720bf
commit 78dd516069
4 changed files with 73 additions and 2 deletions

View file

@ -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)