From 8d9074541c5740eb7ba9ec8313c5c806718e025f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 28 Oct 2012 07:47:01 +0000 Subject: Fixed bug 3579734. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4787 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARMCM3-STM32F107-FATFS/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/ARMCM3-STM32F107-FATFS') diff --git a/demos/ARMCM3-STM32F107-FATFS/main.c b/demos/ARMCM3-STM32F107-FATFS/main.c index 9c6e03f5b..9d2ca5751 100644 --- a/demos/ARMCM3-STM32F107-FATFS/main.c +++ b/demos/ARMCM3-STM32F107-FATFS/main.c @@ -335,7 +335,7 @@ int main(void) { chSysInit(); /* - * Activates the serial driver 2 using the driver default configuration. + * Activates the serial driver 3 using the driver default configuration. */ sdStart(&SD3, NULL); -- cgit v1.2.3