Fixed RX task check.

This commit is contained in:
mikeller 2021-03-29 23:34:31 +13:00
parent a5d0f7e457
commit 82ff9fb007
1 changed files with 2 additions and 0 deletions

View File

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