diff --git a/gui.c b/gui.c index 45a9d686..1059a387 100644 --- a/gui.c +++ b/gui.c @@ -94,8 +94,6 @@ static void guiThread(const uint16_t interval) { } else { *(node->state) = 0; } - - chThdSleepMilliseconds(interval); } chThdSleepMilliseconds(interval);