File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 28
28
#include " FATFileSystem.h"
29
29
#include " FATFileHandle.h"
30
30
#include " FATDirHandle.h"
31
- // <<<<<<< HEAD
32
- // <<<<<<< HEAD
33
- // <<<<<<< HEAD
34
- // <<<<<<< HEAD
35
31
#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"
55
32
#include " FATMisc.h"
56
- // >>>>>>> STORAGE: fixing error handling for fopen() and other upper edge filesystem API methods.
57
33
58
34
59
35
// Global access to block device from FAT driver
You can’t perform that action at this time.
0 commit comments