diff options
| author | hathach <[email protected]> | 2013-09-25 11:23:53 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-09-25 11:23:53 +0700 |
| commit | cf65f859be27d71fb64c1c0bca07585f4df37f75 (patch) | |
| tree | 128bc4d10b4234ead466047780f9ae6216bf2f90 /vendor/fatfs/integer.h | |
| parent | f820fc5b86d93847560d04f45bbb53b6a29665d3 (diff) | |
working on fatfs integration
fix retarget input for lpcxpresso
Diffstat (limited to 'vendor/fatfs/integer.h')
| -rw-r--r-- | vendor/fatfs/integer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/fatfs/integer.h b/vendor/fatfs/integer.h index 16ad40823..37cda0e07 100644 --- a/vendor/fatfs/integer.h +++ b/vendor/fatfs/integer.h @@ -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; |
