We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9247c commit ececf47Copy full SHA for ececf47
FATDirHandle.h
@@ -1,8 +1,10 @@
1
#ifndef MBED_FATDIRHANDLE_H
2
#define MBED_FATDIRHANDLE_H
3
4
+ #include "mbed.h"
5
+
6
#include "ff.h"
- //#include "DirHandle.h"
7
+ #include "DirHandle.h"
8
9
using namespace mbed;
10
0 commit comments