From dacb403627fc97dce0bf64b3c4ebecb879f3ce0d Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Sun, 4 Feb 2018 13:36:12 +0000 Subject: Update all demos comments and indent git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11429 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/AVR/RT-ARDUINO-MINI/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'demos/AVR/RT-ARDUINO-MINI') 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. */ -- cgit v1.2.3