1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00

typo in comment, no real change

This commit is contained in:
openfsguruh 2014-02-23 20:34:16 +01:00
parent f3680fdc6a
commit d4db0f1f95

View file

@ -124,7 +124,7 @@ extern "C" void TIM3_IRQHandler()
val = (uint16_t)(capture - lastCapt) / 2 ;
lastCapt = capture;
// We prcoess g_ppmInsright here to make servo movement as smooth as possible
// We process g_ppmInsright here to make servo movement as smooth as possible
// while under trainee control
if ((val>4000) && (val < 19000)) { // G: Prioritize reset pulse. (Needed when less than 8 incoming pulses)
ppmInState = 1; // triggered