diff options
Diffstat (limited to 'demos/rt/RT-STM32F303-DISCOVERY')
-rw-r--r-- | demos/rt/RT-STM32F303-DISCOVERY/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/rt/RT-STM32F303-DISCOVERY/main.c b/demos/rt/RT-STM32F303-DISCOVERY/main.c index a350424ad..08bac5227 100644 --- a/demos/rt/RT-STM32F303-DISCOVERY/main.c +++ b/demos/rt/RT-STM32F303-DISCOVERY/main.c @@ -100,7 +100,7 @@ int main(void) { palSetPadMode(GPIOA, 10, PAL_MODE_ALTERNATE(7));
/*
- * Creates the example thread.
+ * Creates the example threads.
*/
chThdCreateStatic(waThread1, sizeof(waThread1), NORMALPRIO+1, Thread1, NULL);
chThdCreateStatic(waThread2, sizeof(waThread2), NORMALPRIO+1, Thread2, NULL);
|