use unsigned char instead of char for error string
use #if 0 instead of // for remove code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user