diff options
| author | hathach <[email protected]> | 2013-01-27 12:38:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-01-27 12:38:06 +0700 |
| commit | a22cfb2dee31e437ca43351e705b60e143f169d6 (patch) | |
| tree | 7ebe0afa4dfd1699ce8389fc33c352dfd59c26cc /tinyusb/common/errors.c | |
| parent | 5feb1c90b41b2da4667b9e1f1fde069b6e1bfdcc (diff) | |
remove violation MISRA 6.3 on errors
Diffstat (limited to 'tinyusb/common/errors.c')
| -rw-r--r-- | tinyusb/common/errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
