mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Fixed RX task check.
This commit is contained in:
parent
a5d0f7e457
commit
82ff9fb007
1 changed files with 2 additions and 0 deletions
|
@ -179,6 +179,8 @@ static void taskUpdateRxMain(timeUs_t currentTimeUs)
|
||||||
case PROCESS:
|
case PROCESS:
|
||||||
ignoreTaskTime();
|
ignoreTaskTime();
|
||||||
if (!processRx(currentTimeUs)) {
|
if (!processRx(currentTimeUs)) {
|
||||||
|
rxState = CHECK;
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
rxState = MODES;
|
rxState = MODES;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue