mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Cosmetics
This commit is contained in:
parent
78dd516069
commit
84387e7e0f
8 changed files with 27 additions and 48 deletions
|
@ -248,9 +248,6 @@ static void processMultiSyncPacket(const uint8_t * data, uint8_t module)
|
|||
uint16_t refreshRate = data[0] << 8 | data[1];
|
||||
int16_t inputLag = data[2] << 8 | data[3];
|
||||
|
||||
// if (inputLag > refreshRate/2)
|
||||
// inputLag -= refreshRate;
|
||||
|
||||
status.update(refreshRate, inputLag);
|
||||
#if defined(DEBUG)
|
||||
serialPrint("MP ADJ: R %d, L %04d", refreshRate, inputLag);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue