sleep fix in gui.c

This commit is contained in:
Tectu 2012-06-26 15:09:47 +02:00
parent 9ae31c5389
commit 9782c3edbc

2
gui.c
View File

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