Skip to content

Commit 51123b2

Browse files
committed
Took advantage of include gaurds in littlefs
1 parent ee83046 commit 51123b2

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

features/filesystem/littlefs/LittleFileSystem.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@
1616
#include "filesystem/mbed_filesystem.h"
1717
#include "LittleFileSystem.h"
1818
#include "errno.h"
19-
extern "C" {
2019
#include "lfs.h"
2120
#include "lfs_util.h"
22-
}
2321

2422

2523
////// Conversion functions //////

features/filesystem/littlefs/LittleFileSystem.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
#include "FileSystem.h"
2020
#include "BlockDevice.h"
2121
#include "PlatformMutex.h"
22-
extern "C" {
2322
#include "lfs.h"
24-
}
2523

2624

2725
/**

0 commit comments

Comments
 (0)