mirror of https://github.com/ARMmbed/mbed-os.git
Took advantage of include gaurds in littlefs
parent
ee83046a8e
commit
51123b218d
|
@ -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 //////
|
||||
|
|
|
@ -19,9 +19,7 @@
|
|||
#include "FileSystem.h"
|
||||
#include "BlockDevice.h"
|
||||
#include "PlatformMutex.h"
|
||||
extern "C" {
|
||||
#include "lfs.h"
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue