Took advantage of include gaurds in littlefs

pull/7713/head
Christopher Haster 2018-08-06 14:13:51 -05:00
parent ee83046a8e
commit 51123b218d
2 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,8 @@
#include "filesystem/mbed_filesystem.h"
#include "LittleFileSystem.h"
#include "errno.h"
extern "C" {
#include "lfs.h"
#include "lfs_util.h"
}
////// Conversion functions //////

View File

@ -19,9 +19,7 @@
#include "FileSystem.h"
#include "BlockDevice.h"
#include "PlatformMutex.h"
extern "C" {
#include "lfs.h"
}
/**