diff -r 68e83c3ffbb5 -r 1d3bf87b8658 include/hcs12/applicfg.h --- a/include/hcs12/applicfg.h Mon Nov 12 14:38:34 2007 +0100 +++ b/include/hcs12/applicfg.h Mon Nov 12 15:17:49 2007 +0100 @@ -139,11 +139,13 @@ #define UNS8 unsigned char #define UNS16 unsigned short #define UNS32 unsigned long +/* #define UNS24 #define UNS40 #define UNS48 #define UNS56 -#define UNS64 +#define UNS64 +*/ // Whatever your microcontroller, the timer wont work if // TIMEVAL is not at least on 32 bits