Revision:
2:0f5bf2bbb052
Parent:
1:09f04f9501ef
Child:
3:a8087d5f78ff
--- a/mytypes.h	Tue Aug 24 16:02:28 2010 +0000
+++ b/mytypes.h	Tue Aug 24 18:20:04 2010 +0000
@@ -2,8 +2,8 @@
 #define MYTYPES_H__
 
 
-typedef unsigned short ushort;
-typedef unsigned int   uint;
-
+typedef unsigned short  ushort;
+typedef unsigned int    uint;
+typedef unsigned char   byte;
 
 #endif // MYTYPES_H__
\ No newline at end of file