diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-05-14 13:37:16 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-05-14 13:37:16 +0000 |
commit | f3c7490379150c1c1abb9db9ff9035f54b62320e (patch) | |
tree | 3f95b40edb70f6b4e45eeb34100a5fd8e786cecf /demos/STM32 | |
parent | c185060244a1f6840c7f7080706b2979e3c1c519 (diff) | |
download | ChibiOS-f3c7490379150c1c1abb9db9ff9035f54b62320e.tar.gz ChibiOS-f3c7490379150c1c1abb9db9ff9035f54b62320e.tar.bz2 ChibiOS-f3c7490379150c1c1abb9db9ff9035f54b62320e.zip |
Fixed bug #595.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7983 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32')
-rw-r--r-- | demos/STM32/RT-STM32F401RE-NUCLEO/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F401RE-NUCLEO/main.c b/demos/STM32/RT-STM32F401RE-NUCLEO/main.c index bd50f191d..4feec8e77 100644 --- a/demos/STM32/RT-STM32F401RE-NUCLEO/main.c +++ b/demos/STM32/RT-STM32F401RE-NUCLEO/main.c @@ -19,7 +19,7 @@ #include "test.h"
/*
- * Red LED blinker thread, times are in milliseconds.
+ * LED blinker thread, times are in milliseconds.
*/
static THD_WORKING_AREA(waThread1, 128);
static THD_FUNCTION(Thread1, arg) {
|