aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F031K6-NUCLEO32
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-03-14 20:39:22 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-03-14 20:39:22 +0000
commit7f3e0b00944e7b2c49b180b0e3c7577a2e83ef87 (patch)
tree0f4676abe32b67f1aafc9895e6ee50d626d1e92a /demos/STM32/RT-STM32F031K6-NUCLEO32
parentbc6b2e4a3e54056afe0fcb5243b438a8be540a13 (diff)
downloadChibiOS-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-STM32F031K6-NUCLEO32')
-rw-r--r--demos/STM32/RT-STM32F031K6-NUCLEO32/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F031K6-NUCLEO32/main.c b/demos/STM32/RT-STM32F031K6-NUCLEO32/main.c
index 253510b9e..e129f855b 100644
--- a/demos/STM32/RT-STM32F031K6-NUCLEO32/main.c
+++ b/demos/STM32/RT-STM32F031K6-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) {