aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-06-26 15:09:47 +0200
committerTectu <joel@unormal.org>2012-06-26 15:09:47 +0200
commit9782c3edbcaf45f4ce3b82e9155f4d9cca17ed6e (patch)
tree7c45fab5545142447b3d86e9aeadb540de881872
parent9ae31c538923bfee4631547735c8ca6d9d8a05a7 (diff)
downloaduGFX-9782c3edbcaf45f4ce3b82e9155f4d9cca17ed6e.tar.gz
uGFX-9782c3edbcaf45f4ce3b82e9155f4d9cca17ed6e.tar.bz2
uGFX-9782c3edbcaf45f4ce3b82e9155f4d9cca17ed6e.zip
sleep fix in gui.c
-rw-r--r--gui.c2
1 files changed, 0 insertions, 2 deletions
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);