working on fatfs integration
fix retarget input for lpcxpresso
This commit is contained in:
3
vendor/fatfs/integer.h
vendored
3
vendor/fatfs/integer.h
vendored
@@ -17,7 +17,10 @@ typedef int INT;
|
||||
typedef unsigned int UINT;
|
||||
|
||||
/* These types must be 8-bit integer */
|
||||
#ifndef LPC_TYPES_H // avoid typedef redefinition in lpc_types.h
|
||||
typedef char CHAR;
|
||||
#endif
|
||||
|
||||
typedef unsigned char UCHAR;
|
||||
typedef unsigned char BYTE;
|
||||
|
||||
|
Reference in New Issue
Block a user