summaryrefslogtreecommitdiff
path: root/tinyusb/common/errors.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-01-22 18:19:05 +0700
committerhathach <[email protected]>2013-01-22 18:19:05 +0700
commitb81561b4369d75108040740570774f0712793d0d (patch)
treec05c691112095d2151a56b116220b856539df3eb /tinyusb/common/errors.c
parent3ffda2033a55093a1b1667ed22f523a9a8a6a3d4 (diff)
use unsigned char instead of char for error string
use #if 0 instead of // for remove code
Diffstat (limited to 'tinyusb/common/errors.c')
-rw-r--r--tinyusb/common/errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/common/errors.c b/tinyusb/common/errors.c
index 58b9e6b8d..0b36a6c8b 100644
--- a/tinyusb/common/errors.c
+++ b/tinyusb/common/errors.c
@@ -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