mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 14:55:13 +03:00
typo in comment, no real change
This commit is contained in:
parent
f3680fdc6a
commit
d4db0f1f95
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ extern "C" void TIM3_IRQHandler()
|
||||||
val = (uint16_t)(capture - lastCapt) / 2 ;
|
val = (uint16_t)(capture - lastCapt) / 2 ;
|
||||||
lastCapt = capture;
|
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
|
// while under trainee control
|
||||||
if ((val>4000) && (val < 19000)) { // G: Prioritize reset pulse. (Needed when less than 8 incoming pulses)
|
if ((val>4000) && (val < 19000)) { // G: Prioritize reset pulse. (Needed when less than 8 incoming pulses)
|
||||||
ppmInState = 1; // triggered
|
ppmInState = 1; // triggered
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue