use unsigned char instead of char for error string

use #if 0 instead of // for remove code
This commit is contained in:
hathach
2013-01-22 18:19:05 +07:00
parent 3ffda2033a
commit b5207ff146
4 changed files with 12 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ typedef enum {
#if TUSB_CFG_DEBUG == 3
/// Enum to String for debugging purposes. Only available if \ref TUSB_CFG_DEBUG > 0
extern char const* const TUSB_ErrorStr[];
extern unsigned char const* const TUSB_ErrorStr[];
#endif
#ifdef __cplusplus