diff options
Diffstat (limited to 'gui.c')
-rw-r--r-- | gui.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -94,8 +94,6 @@ static void guiThread(const uint16_t interval) { } else { *(node->state) = 0; } - - chThdSleepMilliseconds(interval); } chThdSleepMilliseconds(interval); |