My File System, no changes from official.

Fork of FATFileSystem by mbed official

Files at this revision

API Documentation at this revision

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
diff -r e2ab678eb692 -r 7e20c7e063a5 ChaN/integer.h
--- 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 */