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

@@ -39,7 +39,7 @@
#if TUSB_CFG_DEBUG == 3
char const* const TUSB_ErrorStr[] =
unsigned char const* const TUSB_ErrorStr[] =
{
ERROR_TABLE(ERROR_STRING)
0