Fork of FATEFileSystem

Fork of FATFileSystem by mbed official

Files at this revision

API Documentation at this revision

Comitter:
brandonthompson
Date:
Thu Apr 13 14:33:40 2017 +0000
Parent:
9:e2ab678eb692
Commit message:
BrandoFork

Changed in this revision

ChaN/integer.h Show annotated file Show diff for this revision Revisions of this file
diff -r e2ab678eb692 -r 7fba98857202 ChaN/integer.h
--- a/ChaN/integer.h	Sat Jul 30 20:47:51 2016 +0000
+++ b/ChaN/integer.h	Thu Apr 13 14:33:40 2017 +0000
@@ -21,7 +21,7 @@
 typedef unsigned short	WCHAR;
 
 /* These types MUST be 16-bit or 32-bit */
-typedef int				INT;
+//typedef int				INT;
 typedef unsigned int	UINT;
 
 /* These types MUST be 32-bit */