diff options
-rw-r--r-- | demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c b/demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c index b3b77a71b..c4ba64cda 100644 --- a/demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c +++ b/demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c @@ -149,8 +149,8 @@ static void spicb(SPIDriver *spip) { }
/*
- * This is a periodic thread that does absolutely nothing except sleeping and
- * increase a counter.
+ * This is a periodic thread that does absolutely nothing except increasing
+ * a seconds counter.
*/
static WORKING_AREA(waThread1, 128);
static msg_t Thread1(void *arg) {
|