conditional byte typedef

This commit is contained in:
Todd A Ouska
2011-09-07 16:03:17 -07:00
parent 909a439b0a
commit d29d9b73e1

View File

@@ -39,7 +39,9 @@
#endif #endif
#ifndef CYASSL_TYPES #ifndef CYASSL_TYPES
typedef unsigned char byte; #ifndef byte
typedef unsigned char byte;
#endif
typedef unsigned short word16; typedef unsigned short word16;
typedef unsigned int word32; typedef unsigned int word32;
#endif #endif