1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Fixed RX task check.

This commit is contained in:
mikeller 2021-03-29 23:34:31 +13:00
parent a5d0f7e457
commit 82ff9fb007

View file

@ -179,6 +179,8 @@ static void taskUpdateRxMain(timeUs_t currentTimeUs)
case PROCESS:
ignoreTaskTime();
if (!processRx(currentTimeUs)) {
rxState = CHECK;
break;
}
rxState = MODES;