sleep fix in gui.c

ugfx_release_2.6
Tectu 2012-06-26 15:09:47 +02:00
parent 9ae31c5389
commit 9782c3edbc
1 changed files with 0 additions and 2 deletions

2
gui.c
View File

@ -94,8 +94,6 @@ static void guiThread(const uint16_t interval) {
} else { } else {
*(node->state) = 0; *(node->state) = 0;
} }
chThdSleepMilliseconds(interval);
} }
chThdSleepMilliseconds(interval); chThdSleepMilliseconds(interval);