From b5207ff146c1a71b2cfe65e34292496c42de34f2 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 22 Jan 2013 18:19:05 +0700 Subject: use unsigned char instead of char for error string use #if 0 instead of // for remove code --- tinyusb/common/errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/common/errors.h') 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 -- cgit v1.3.1