diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-10-28 07:47:01 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-10-28 07:47:01 +0000 |
commit | 8d9074541c5740eb7ba9ec8313c5c806718e025f (patch) | |
tree | f103b985604f47b1d6083ff6a9d8b74ecbd53da5 /demos/ARM7-LPC214x-FATFS-GCC | |
parent | 950cacebb01b21ad22d9406b48912022e800998a (diff) | |
download | ChibiOS-8d9074541c5740eb7ba9ec8313c5c806718e025f.tar.gz ChibiOS-8d9074541c5740eb7ba9ec8313c5c806718e025f.tar.bz2 ChibiOS-8d9074541c5740eb7ba9ec8313c5c806718e025f.zip |
Fixed bug 3579734.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4787 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-FATFS-GCC')
-rw-r--r-- | demos/ARM7-LPC214x-FATFS-GCC/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-LPC214x-FATFS-GCC/main.c b/demos/ARM7-LPC214x-FATFS-GCC/main.c index 49ea78e6c..71bb9c99a 100644 --- a/demos/ARM7-LPC214x-FATFS-GCC/main.c +++ b/demos/ARM7-LPC214x-FATFS-GCC/main.c @@ -327,7 +327,7 @@ int main(void) { chSysInit();
/*
- * Activates the serial driver 2 using the driver default configuration.
+ * Activates the serial driver 1 using the driver default configuration.
*/
sdStart(&SD1, NULL);
|