Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of FATFileSystem by
Revision 10:7e20c7e063a5, committed 2017-02-10
- Comitter:
- trevieze
- Date:
- Fri Feb 10 17:52:03 2017 +0000
- Parent:
- 9:e2ab678eb692
- Commit message:
- Removed a strange integer type.
Changed in this revision
| ChaN/integer.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ChaN/integer.h Sat Jul 30 20:47:51 2016 +0000 +++ b/ChaN/integer.h Fri Feb 10 17:52:03 2017 +0000 @@ -21,7 +21,8 @@ typedef unsigned short WCHAR; /* These types MUST be 16-bit or 32-bit */ -typedef int INT; +//Would'nt Compile ***** +//typedef int INT; // Not Used Anywhere typedef unsigned int UINT; /* These types MUST be 32-bit */
