From 949edaf8e2c8df76dcf566172c3db8b24aa870f0 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 17 Jun 2012 15:16:41 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4290 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARMCM4-STM32F407-LWIP/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/ARMCM4-STM32F407-LWIP/main.c b/demos/ARMCM4-STM32F407-LWIP/main.c index 39f94b9a1..4ef577da8 100644 --- a/demos/ARMCM4-STM32F407-LWIP/main.c +++ b/demos/ARMCM4-STM32F407-LWIP/main.c @@ -58,7 +58,7 @@ int main(void) { chSysInit(); /* - * Activates the serial driver 3 using the driver default configuration. + * Activates the serial driver 6 using the driver default configuration. */ sdStart(&SD6, NULL); -- cgit v1.2.3