diff options
Diffstat (limited to 'demos/STM32/RT-STM32F072RB-NUCLEO')
| -rw-r--r-- | demos/STM32/RT-STM32F072RB-NUCLEO/main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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) {
 | 
