mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-09 23:08:12 +00:00
Update Telemetry.ino
This commit is contained in:
parent
19b931223b
commit
6ef2934c18
@ -98,7 +98,6 @@ static void telemetry_set_input_sync(uint16_t refreshRate)
|
|||||||
inputDelay -= last_serial_input;
|
inputDelay -= last_serial_input;
|
||||||
//if(inputDelay & 0x8000)
|
//if(inputDelay & 0x8000)
|
||||||
// inputDelay = inputDelay - 0x8000;
|
// inputDelay = inputDelay - 0x8000;
|
||||||
debugln("D=%d",inputDelay);
|
|
||||||
last_serial_input=0;
|
last_serial_input=0;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user