From 4b424b6515659e32203f3a45e08474efe85f1448 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Tue, 31 May 2016 13:57:12 +0000 Subject: 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 --- demos/STM32/RT-STM32F303ZE-NUCLEO144/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/STM32/RT-STM32F303ZE-NUCLEO144') 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); -- cgit v1.2.3