microCD

Fork of FATFileSystem by mbed official

Revision:
8:0345cdc7efa5
Parent:
6:a5fcdbf92056
--- a/ChaN/diskio.cpp	Fri Dec 11 16:16:25 2015 +0000
+++ b/ChaN/diskio.cpp	Fri Feb 17 16:43:26 2017 +0000
@@ -11,8 +11,6 @@
 #include "mbed_debug.h"
 #include "FATFileSystem.h"
 
-using namespace mbed;
-
 /*-----------------------------------------------------------------------*/
 /* Get Drive Status                                                      */
 /*-----------------------------------------------------------------------*/
@@ -30,7 +28,7 @@
 /*-----------------------------------------------------------------------*/
 
 DSTATUS disk_initialize (
-    BYTE pdrv        /* Physical drive nmuber to identify the drive */
+    BYTE pdrv        /* Physical drive number to identify the drive */
 )
 {
     debug_if(FFS_DBG, "disk_initialize on pdrv [%d]\n", pdrv);