aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4>2016-03-05 19:58:26 +0000
committerroccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4>2016-03-05 19:58:26 +0000
commitddb8abc3d1e2934a0362496d1dac1f80310c11e0 (patch)
treef67fc388b78f216ec4624f278108e815065646ba
parentb20d445f4af15433e18b9c4507ceb00d297fbd66 (diff)
downloadChibiOS-ddb8abc3d1e2934a0362496d1dac1f80310c11e0.tar.gz
ChibiOS-ddb8abc3d1e2934a0362496d1dac1f80310c11e0.tar.bz2
ChibiOS-ddb8abc3d1e2934a0362496d1dac1f80310c11e0.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9028 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--demos/STM32/RT-STM32L476-DISCOVERY/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32L476-DISCOVERY/main.c b/demos/STM32/RT-STM32L476-DISCOVERY/main.c
index acb9a8846..cb8bd6717 100644
--- a/demos/STM32/RT-STM32L476-DISCOVERY/main.c
+++ b/demos/STM32/RT-STM32L476-DISCOVERY/main.c
@@ -19,7 +19,7 @@
#include "test.h"
/*
- * Red LED blinker thread, times are in milliseconds.
+ * LEDs blinker thread, times are in milliseconds.
*/
static THD_WORKING_AREA(waThread1, 128);
static THD_FUNCTION(Thread1, arg) {