diff --git a/app/app.c b/app/app.c index e8d86f5..b5522c1 100644 --- a/app/app.c +++ b/app/app.c @@ -138,8 +138,8 @@ static void APP_HandleIncoming(void) gDualWatchCountdown = 500; gScheduleDualWatch = false; gRxReceptionMode = RX_MODE_LISTENING; - return; } + return; } } }