Fixes a bug in f_write() with FLUSH_ON_NEW_CLUSTER and FLUSH_ON_NEW_SECTOR macros.

Fork of FATFileSystem by mbed official

Revision:
2:b6669c987c8e
Parent:
1:46ce1e16c870
Child:
4:3ff2606d5713
--- a/FATFileHandle.cpp	Tue Nov 27 17:31:18 2012 +0000
+++ b/FATFileHandle.cpp	Thu Nov 29 10:56:08 2012 +0000
@@ -21,7 +21,7 @@
  */
 #include "ff.h"
 #include "ffconf.h"
-#include "debug.h"
+#include "mbed_debug.h"
 
 #include "FATFileHandle.h"