From 82ff9fb007b39ca44ed15e6ebf3007224dde4597 Mon Sep 17 00:00:00 2001 From: mikeller Date: Mon, 29 Mar 2021 23:34:31 +1300 Subject: [PATCH] Fixed RX task check. --- src/main/fc/tasks.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/fc/tasks.c b/src/main/fc/tasks.c index b5a0f4120c..051a8141ee 100644 --- a/src/main/fc/tasks.c +++ b/src/main/fc/tasks.c @@ -179,6 +179,8 @@ static void taskUpdateRxMain(timeUs_t currentTimeUs) case PROCESS: ignoreTaskTime(); if (!processRx(currentTimeUs)) { + rxState = CHECK; + break; } rxState = MODES;