conditional byte typedef

This commit is contained in:
Todd A Ouska 2011-09-07 16:03:17 -07:00
parent 909a439b0a
commit d29d9b73e1
1 changed files with 3 additions and 1 deletions

View File

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