From a22cfb2dee31e437ca43351e705b60e143f169d6 Mon Sep 17 00:00:00 2001 From: hathach Date: Sun, 27 Jan 2013 12:38:06 +0700 Subject: remove violation MISRA 6.3 on errors --- tinyusb/common/errors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/common/errors.c') diff --git a/tinyusb/common/errors.c b/tinyusb/common/errors.c index 0b36a6c8b..53e10d763 100644 --- a/tinyusb/common/errors.c +++ b/tinyusb/common/errors.c @@ -39,7 +39,7 @@ #if TUSB_CFG_DEBUG == 3 -unsigned char const* const TUSB_ErrorStr[] = +uint8_t const* const TUSB_ErrorStr[] = { ERROR_TABLE(ERROR_STRING) 0 -- cgit v1.3.1