mirror of https://github.com/ARMmbed/mbed-os.git
STORAGE: rebased with master and fixed FATFileSystem.cpp merge conflicts.
parent
7b7db588ff
commit
410c2f8dc0
|
|
@ -28,32 +28,8 @@
|
|||
#include "FATFileSystem.h"
|
||||
#include "FATFileHandle.h"
|
||||
#include "FATDirHandle.h"
|
||||
//<<<<<<< HEAD
|
||||
//<<<<<<< HEAD
|
||||
//<<<<<<< HEAD
|
||||
//<<<<<<< HEAD
|
||||
#include "mbed_critical.h"
|
||||
//=======
|
||||
//#include "critical.h"
|
||||
//=======
|
||||
//#include "critical.h"
|
||||
#include "ff.h"
|
||||
//>>>>>>> Added errno codes to retarget, mkdir() and ftell() tests.
|
||||
//=======
|
||||
//#include "critical.h"
|
||||
//>>>>>>> bd: Adopted the block storage api in the FATFileSystem
|
||||
#include <errno.h>
|
||||
//<<<<<<< HEAD
|
||||
//>>>>>>> Filesystem: Added EEXIST reporting to mkdir through errno
|
||||
//=======
|
||||
/* toolchain_support.h is included after errno.h so symbols are mapped to
|
||||
* consistent values for all toolchains */
|
||||
#include "toolchain_support.h"
|
||||
//>>>>>>> STORAGE: test case fixes to support ARMCC and IAR toolchains.
|
||||
=======
|
||||
//#include "critical.h"
|
||||
#include "FATMisc.h"
|
||||
//>>>>>>> STORAGE: fixing error handling for fopen() and other upper edge filesystem API methods.
|
||||
|
||||
|
||||
// Global access to block device from FAT driver
|
||||
|
|
|
|||
Loading…
Reference in New Issue