diff options
Diffstat (limited to 'tinyusb/common/errors.h')
| -rw-r--r-- | tinyusb/common/errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/common/errors.h b/tinyusb/common/errors.h index e771794c1..bf1998365 100644 --- a/tinyusb/common/errors.h +++ b/tinyusb/common/errors.h @@ -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 |
