From db61d719ed076c0d00d187b2b5fdd32b00411aa7 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sat, 30 Apr 2016 15:36:55 +0000 Subject: Fixed wrong comment in RT-STM32F207ZG-NUCLEO144/main.c Added bunch of demos related to STM32F2xx git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9391 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/RT-STM32F207ZG-NUCLEO144/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/STM32') diff --git a/demos/STM32/RT-STM32F207ZG-NUCLEO144/main.c b/demos/STM32/RT-STM32F207ZG-NUCLEO144/main.c index fa8247b41..8e76d745b 100644 --- a/demos/STM32/RT-STM32F207ZG-NUCLEO144/main.c +++ b/demos/STM32/RT-STM32F207ZG-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