Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: HttpClientSamlpe AsyncHttpdSample MbedFileServer TcpSocketClientSamlpe ... more
Fork of NySDFileSystem by
Diff: FATFileSystem/FATFileHandle.cpp
- Revision:
- 7:5429e81addde
- Parent:
- 5:2c7b6bd5b079
- Child:
- 8:22ce3449b224
diff -r 972a52e4d92c -r 5429e81addde FATFileSystem/FATFileHandle.cpp
--- a/FATFileSystem/FATFileHandle.cpp Fri Apr 26 09:07:37 2013 +0000
+++ b/FATFileSystem/FATFileHandle.cpp Sun Apr 28 08:54:19 2013 +0000
@@ -21,10 +21,13 @@
*/
#include "ff.h"
#include "ffconf.h"
-#include "mbed_debug.h"
#include "FATFileHandle.h"
+//#include "mbed_debug.h"
+#define debug
+#define debug_if
+
FATFileHandle::FATFileHandle(FIL fh) {
_fh = fh;
}
