aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F303ZE-NUCLEO144/main.c
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-05-31 13:57:12 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-05-31 13:57:12 +0000
commit4b424b6515659e32203f3a45e08474efe85f1448 (patch)
tree798b01b08319718df27303495277a1e6c414a3ab /demos/STM32/RT-STM32F303ZE-NUCLEO144/main.c
parent653e208b0adac0775183a1f41560a140ffc63f98 (diff)
downloadChibiOS-4b424b6515659e32203f3a45e08474efe85f1448.tar.gz
ChibiOS-4b424b6515659e32203f3a45e08474efe85f1448.tar.bz2
ChibiOS-4b424b6515659e32203f3a45e08474efe85f1448.zip
Small comment related fixes in STM32 Nucleo-144 demos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9545 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F303ZE-NUCLEO144/main.c')
-rw-r--r--demos/STM32/RT-STM32F303ZE-NUCLEO144/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F303ZE-NUCLEO144/main.c b/demos/STM32/RT-STM32F303ZE-NUCLEO144/main.c
index fa8247b41..8e76d745b 100644
--- a/demos/STM32/RT-STM32F303ZE-NUCLEO144/main.c
+++ b/demos/STM32/RT-STM32F303ZE-NUCLEO144/main.c
@@ -59,7 +59,7 @@ int main(void) {
chSysInit();
/*
- * Activates the serial driver 1 using the driver default configuration.
+ * Activates the serial driver 3 using the driver default configuration.
*/
sdStart(&SD3, NULL);