aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/NIL-ARDUINOMEGA/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/NIL-ARDUINOMEGA/main.c')
-rw-r--r--demos/AVR/NIL-ARDUINOMEGA/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/NIL-ARDUINOMEGA/main.c b/demos/AVR/NIL-ARDUINOMEGA/main.c
index ef2751b14..5d07cee85 100644
--- a/demos/AVR/NIL-ARDUINOMEGA/main.c
+++ b/demos/AVR/NIL-ARDUINOMEGA/main.c
@@ -27,7 +27,7 @@ THD_FUNCTION(Thread1, arg) {
while (true) {
palTogglePad(IOPORT2, PORTB_LED1);
- chThdSleepMilliseconds(1000);
+ chThdSleepMilliseconds(500);
}
}