aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/TEST-SUITE-RT/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/TEST-SUITE-RT/main.c')
-rw-r--r--demos/AVR/TEST-SUITE-RT/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/TEST-SUITE-RT/main.c b/demos/AVR/TEST-SUITE-RT/main.c
index a75ed1963..358a3f0e3 100644
--- a/demos/AVR/TEST-SUITE-RT/main.c
+++ b/demos/AVR/TEST-SUITE-RT/main.c
@@ -62,7 +62,7 @@ int main(void) {
*/
test_execute((BaseSequentialStream *)&SD1, &rt_test_suite);
- while (TRUE) {
+ while (true) {
chThdSleepMilliseconds(1000);
}
}