working together with FATFileSystem

Fork of TinyJpgDec by Helmut Schmücker

Revision:
1:79e97662234d
Parent:
0:b6f284347a66
--- a/integer.h	Sat Mar 22 18:00:42 2014 +0000
+++ b/integer.h	Sat Nov 14 02:43:21 2015 +0000
@@ -15,8 +15,8 @@
 /* These types must be 16-bit, 32-bit or larger integer */
 // No! They have to be 16bit types, otherwise the Huffman decoding
 // in function huffext fails on an 32-bit LPC4088 (mbed cloud compiler)
-typedef short             INT;
-typedef unsigned short    UINT;
+typedef short             JPG_INT;
+typedef unsigned short    JPG_UINT;
 
 /* These types must be 8-bit integer */
 typedef char            CHAR;