aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-MT-DB-X4/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/RT-MT-DB-X4/main.c')
-rw-r--r--demos/AVR/RT-MT-DB-X4/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/RT-MT-DB-X4/main.c b/demos/AVR/RT-MT-DB-X4/main.c
index cf97486db..36780bcb7 100644
--- a/demos/AVR/RT-MT-DB-X4/main.c
+++ b/demos/AVR/RT-MT-DB-X4/main.c
@@ -53,7 +53,7 @@ int main(void) {
*/
chThdCreateStatic(waThread1, sizeof(waThread1), NORMALPRIO, Thread1, NULL);
- while (TRUE) {
+ while (true) {
chThdSleepMilliseconds(100);
}
}