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 | |
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')
-rw-r--r-- | demos/STM32/RT-STM32F030R8-NUCLEO/main.c | 2 | ||||
-rw-r--r-- | demos/STM32/RT-STM32F031K6-NUCLEO32/main.c | 2 | ||||
-rw-r--r-- | demos/STM32/RT-STM32F042K6-NUCLEO32/main.c | 2 | ||||
-rw-r--r-- | demos/STM32/RT-STM32F072RB-NUCLEO/main.c | 2 | ||||
-rw-r--r-- | demos/STM32/RT-STM32F091RC-NUCLEO/main.c | 2 | ||||
-rw-r--r-- | demos/STM32/RT-STM32F103RB-NUCLEO/main.c | 2 | ||||
-rw-r--r-- | demos/STM32/RT-STM32F302R8-NUCLEO/main.c | 2 | ||||
-rw-r--r-- | demos/STM32/RT-STM32F303K8-NUCLEO32/main.c | 2 | ||||
-rw-r--r-- | demos/STM32/RT-STM32F334R8-NUCLEO/main.c | 2 | ||||
-rw-r--r-- | demos/STM32/RT-STM32F401RE-NUCLEO/main.c | 2 | ||||
-rw-r--r-- | demos/STM32/RT-STM32F411RE-NUCLEO/main.c | 2 | ||||
-rw-r--r-- | demos/STM32/RT-STM32L053R8-NUCLEO/main.c | 2 | ||||
-rw-r--r-- | demos/STM32/RT-STM32L152RE-NUCLEO/main.c | 2 | ||||
-rw-r--r-- | demos/STM32/RT-STM32L476RG-NUCLEO/main.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/demos/STM32/RT-STM32F030R8-NUCLEO/main.c b/demos/STM32/RT-STM32F030R8-NUCLEO/main.c index bd50f191d..de501264f 100644 --- a/demos/STM32/RT-STM32F030R8-NUCLEO/main.c +++ b/demos/STM32/RT-STM32F030R8-NUCLEO/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) {
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) {
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) {
diff --git a/demos/STM32/RT-STM32F072RB-NUCLEO/main.c b/demos/STM32/RT-STM32F072RB-NUCLEO/main.c index a72527d03..c5f8aecab 100644 --- a/demos/STM32/RT-STM32F072RB-NUCLEO/main.c +++ b/demos/STM32/RT-STM32F072RB-NUCLEO/main.c @@ -20,7 +20,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) {
diff --git a/demos/STM32/RT-STM32F091RC-NUCLEO/main.c b/demos/STM32/RT-STM32F091RC-NUCLEO/main.c index bd50f191d..de501264f 100644 --- a/demos/STM32/RT-STM32F091RC-NUCLEO/main.c +++ b/demos/STM32/RT-STM32F091RC-NUCLEO/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) {
diff --git a/demos/STM32/RT-STM32F103RB-NUCLEO/main.c b/demos/STM32/RT-STM32F103RB-NUCLEO/main.c index bd50f191d..de501264f 100644 --- a/demos/STM32/RT-STM32F103RB-NUCLEO/main.c +++ b/demos/STM32/RT-STM32F103RB-NUCLEO/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) {
diff --git a/demos/STM32/RT-STM32F302R8-NUCLEO/main.c b/demos/STM32/RT-STM32F302R8-NUCLEO/main.c index c5c191ce4..7c28478a6 100644 --- a/demos/STM32/RT-STM32F302R8-NUCLEO/main.c +++ b/demos/STM32/RT-STM32F302R8-NUCLEO/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) {
diff --git a/demos/STM32/RT-STM32F303K8-NUCLEO32/main.c b/demos/STM32/RT-STM32F303K8-NUCLEO32/main.c index 15b0bcbd4..1333ac89c 100644 --- a/demos/STM32/RT-STM32F303K8-NUCLEO32/main.c +++ b/demos/STM32/RT-STM32F303K8-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) {
diff --git a/demos/STM32/RT-STM32F334R8-NUCLEO/main.c b/demos/STM32/RT-STM32F334R8-NUCLEO/main.c index bd50f191d..de501264f 100644 --- a/demos/STM32/RT-STM32F334R8-NUCLEO/main.c +++ b/demos/STM32/RT-STM32F334R8-NUCLEO/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) {
diff --git a/demos/STM32/RT-STM32F401RE-NUCLEO/main.c b/demos/STM32/RT-STM32F401RE-NUCLEO/main.c index 4feec8e77..de501264f 100644 --- a/demos/STM32/RT-STM32F401RE-NUCLEO/main.c +++ b/demos/STM32/RT-STM32F401RE-NUCLEO/main.c @@ -19,7 +19,7 @@ #include "test.h"
/*
- * 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) {
diff --git a/demos/STM32/RT-STM32F411RE-NUCLEO/main.c b/demos/STM32/RT-STM32F411RE-NUCLEO/main.c index bd50f191d..de501264f 100644 --- a/demos/STM32/RT-STM32F411RE-NUCLEO/main.c +++ b/demos/STM32/RT-STM32F411RE-NUCLEO/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) {
diff --git a/demos/STM32/RT-STM32L053R8-NUCLEO/main.c b/demos/STM32/RT-STM32L053R8-NUCLEO/main.c index bd50f191d..de501264f 100644 --- a/demos/STM32/RT-STM32L053R8-NUCLEO/main.c +++ b/demos/STM32/RT-STM32L053R8-NUCLEO/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) {
diff --git a/demos/STM32/RT-STM32L152RE-NUCLEO/main.c b/demos/STM32/RT-STM32L152RE-NUCLEO/main.c index bd50f191d..de501264f 100644 --- a/demos/STM32/RT-STM32L152RE-NUCLEO/main.c +++ b/demos/STM32/RT-STM32L152RE-NUCLEO/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) {
diff --git a/demos/STM32/RT-STM32L476RG-NUCLEO/main.c b/demos/STM32/RT-STM32L476RG-NUCLEO/main.c index 1f0f6c84b..4a8a76bd0 100644 --- a/demos/STM32/RT-STM32L476RG-NUCLEO/main.c +++ b/demos/STM32/RT-STM32L476RG-NUCLEO/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) {
|