mbed-os5 only for TYBLE16
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
Diff: features/storage/filesystem/fat/FATFileSystem.h
- Revision:
- 1:9db0e321a9f4
- Parent:
- 0:5b88d5760320
--- a/features/storage/filesystem/fat/FATFileSystem.h Tue Dec 17 23:23:45 2019 +0000 +++ b/features/storage/filesystem/fat/FATFileSystem.h Tue Dec 31 06:02:27 2019 +0000 @@ -26,12 +26,12 @@ #ifndef MBED_FATFILESYSTEM_H #define MBED_FATFILESYSTEM_H -#include "FileSystem.h" -#include "BlockDevice.h" +#include "features/storage/filesystem/FileSystem.h" +#include "features/storage/blockdevice/BlockDevice.h" #include "FileHandle.h" -#include "ff.h" #include <stdint.h> #include "PlatformMutex.h" +#include "features/storage/filesystem/fat/ChaN/ff.h" namespace mbed {