aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-ARDUINO-MINI
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/RT-ARDUINO-MINI')
-rw-r--r--demos/AVR/RT-ARDUINO-MINI/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/demos/AVR/RT-ARDUINO-MINI/main.c b/demos/AVR/RT-ARDUINO-MINI/main.c
index b4c0176c5..14a77d891 100644
--- a/demos/AVR/RT-ARDUINO-MINI/main.c
+++ b/demos/AVR/RT-ARDUINO-MINI/main.c
@@ -17,6 +17,9 @@
#include "ch.h"
#include "hal.h"
+/*
+ * LED blinker thread, times are in milliseconds.
+ */
static THD_WORKING_AREA(waThread1, 32);
static THD_FUNCTION(Thread1, arg) {
@@ -43,8 +46,6 @@ int main(void) {
halInit();
chSysInit();
- palClearPad(IOPORT2, PORTB_LED1);
-
/*
* Activates the serial driver 1 using the driver default configuration.
*/