mbed-os5 only for TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Revision:
1:9db0e321a9f4
Parent:
0:5b88d5760320
--- a/features/storage/filesystem/mbed_filesystem.h	Tue Dec 17 23:23:45 2019 +0000
+++ b/features/storage/filesystem/mbed_filesystem.h	Tue Dec 31 06:02:27 2019 +0000
@@ -23,16 +23,15 @@
 #include "platform/platform.h"
 
 // FileSystem classes
-#include "filesystem/FileSystem.h"
-#include "filesystem/File.h"
-#include "filesystem/Dir.h"
+#include "features/storage/filesystem/FileSystem.h"
+#include "features/storage/filesystem/File.h"
+#include "features/storage/filesystem/Dir.h"
 
 // BlockDevice classes
-#include "BlockDevice.h"
-#include "BlockDevice.h"
-#include "ChainingBlockDevice.h"
-#include "SlicingBlockDevice.h"
-#include "HeapBlockDevice.h"
+#include "features/storage/blockdevice/BlockDevice.h"
+#include "features/storage/blockdevice/ChainingBlockDevice.h"
+#include "features/storage/blockdevice/SlicingBlockDevice.h"
+#include "features/storage/blockdevice/HeapBlockDevice.h"
 
 /** @}*/
 #endif