diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-03-14 20:39:22 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-03-14 20:39:22 +0000 |
commit | 7f3e0b00944e7b2c49b180b0e3c7577a2e83ef87 (patch) | |
tree | 0f4676abe32b67f1aafc9895e6ee50d626d1e92a /demos/STM32/RT-STM32F042K6-NUCLEO32 | |
parent | bc6b2e4a3e54056afe0fcb5243b438a8be540a13 (diff) | |
download | ChibiOS-7f3e0b00944e7b2c49b180b0e3c7577a2e83ef87.tar.gz ChibiOS-7f3e0b00944e7b2c49b180b0e3c7577a2e83ef87.tar.bz2 ChibiOS-7f3e0b00944e7b2c49b180b0e3c7577a2e83ef87.zip |
Minor fix in blinker thread comment for STNucleo related demos
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9104 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F042K6-NUCLEO32')
-rw-r--r-- | demos/STM32/RT-STM32F042K6-NUCLEO32/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F042K6-NUCLEO32/main.c b/demos/STM32/RT-STM32F042K6-NUCLEO32/main.c index 15b0bcbd4..1333ac89c 100644 --- a/demos/STM32/RT-STM32F042K6-NUCLEO32/main.c +++ b/demos/STM32/RT-STM32F042K6-NUCLEO32/main.c @@ -19,7 +19,7 @@ #include "test.h"
/*
- * Red LED blinker thread, times are in milliseconds.
+ * Green LED blinker thread, times are in milliseconds.
*/
static THD_WORKING_AREA(waThread1, 128);
static THD_FUNCTION(Thread1, arg) {
|