remove violation MISRA 6.3 on errors

This commit is contained in:
hathach
2013-01-27 12:38:06 +07:00
parent 5feb1c90b4
commit a22cfb2dee
4 changed files with 5 additions and 4 deletions

View File

@@ -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