fat

Dependents:   TestRig

Fork of FATFileSystem by mbed official

Files at this revision

API Documentation at this revision

Comitter:
rllamado
Date:
Sun Feb 21 07:26:39 2016 +0000
Parent:
8:a456d6e3d89b
Commit message:
something;

Changed in this revision

FATFileSystem.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/FATFileSystem.cpp	Sat Feb 20 03:56:04 2016 +0000
+++ b/FATFileSystem.cpp	Sun Feb 21 07:26:39 2016 +0000
@@ -19,7 +19,10 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE.
  */
-#include "mbed.h"
+ 
+//#include "mbed.h"
+
+#include <time.h>
 
 #include "ffconf.h"
 #include "mbed_debug.h"
@@ -53,7 +56,7 @@
             return;
         }
     }
-    error("Couldn't create %s in FATFileSystem::FATFileSystem\n", n);
+//    error("Couldn't create %s in FATFileSystem::FATFileSystem\n", n);
 }
 
 FATFileSystem::~FATFileSystem() {