File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
features/storage/TESTS/filesystem/general_filesystem Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 20
20
#include " FileSystem.h"
21
21
22
22
#include < stdlib.h>
23
+ #include " LittleFileSystem.h"
24
+
23
25
#if COMPONENT_SPIF
24
26
#include " SPIFBlockDevice.h"
25
- #include " LittleFileSystem.h"
27
+ #elif COMPONENT_QSPIF
28
+ #include " QSPIFBlockDevice.h"
29
+ #elif COMPONENT_OSPIF
30
+ #include " OSPIFBlockDevice.h"
26
31
#elif COMPONENT_SD
27
32
#include " SDBlockDevice.h"
28
- #include " FATFileSystem.h"
29
33
#else
30
34
#error [NOT_SUPPORTED] storage test not supported on this platform
31
35
#endif
32
36
33
- #if COMPONENT_SPIF || COMPONENT_SD
34
37
using namespace utest ::v1;
35
38
using namespace mbed ;
36
39
@@ -2131,4 +2134,3 @@ int main()
2131
2134
return !Harness::run (specification);
2132
2135
}
2133
2136
2134
- #endif // COMPONENT_SPIF || COMPONENT_SD
You can’t perform that action at this time.
0 commit comments