Skip to content

Commit 410c2f8

Browse files
committed
STORAGE: rebased with master and fixed FATFileSystem.cpp merge conflicts.
1 parent 7b7db58 commit 410c2f8

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

features/filesystem/fat/FATFileSystem.cpp

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -28,32 +28,8 @@
2828
#include "FATFileSystem.h"
2929
#include "FATFileHandle.h"
3030
#include "FATDirHandle.h"
31-
//<<<<<<< HEAD
32-
//<<<<<<< HEAD
33-
//<<<<<<< HEAD
34-
//<<<<<<< HEAD
3531
#include "mbed_critical.h"
36-
//=======
37-
//#include "critical.h"
38-
//=======
39-
//#include "critical.h"
40-
#include "ff.h"
41-
//>>>>>>> Added errno codes to retarget, mkdir() and ftell() tests.
42-
//=======
43-
//#include "critical.h"
44-
//>>>>>>> bd: Adopted the block storage api in the FATFileSystem
45-
#include <errno.h>
46-
//<<<<<<< HEAD
47-
//>>>>>>> Filesystem: Added EEXIST reporting to mkdir through errno
48-
//=======
49-
/* toolchain_support.h is included after errno.h so symbols are mapped to
50-
* consistent values for all toolchains */
51-
#include "toolchain_support.h"
52-
//>>>>>>> STORAGE: test case fixes to support ARMCC and IAR toolchains.
53-
=======
54-
//#include "critical.h"
5532
#include "FATMisc.h"
56-
//>>>>>>> STORAGE: fixing error handling for fopen() and other upper edge filesystem API methods.
5733

5834

5935
// Global access to block device from FAT driver

0 commit comments

Comments
 (0)