more error string clean up

This commit is contained in:
hathach
2018-03-28 13:41:00 +07:00
parent 604275341e
commit 111065c042
5 changed files with 17 additions and 52 deletions

View File

@@ -102,7 +102,7 @@ typedef enum
#if TUSB_CFG_DEBUG
/// Enum to String for debugging purposes. Only available if \ref TUSB_CFG_DEBUG > 0
extern char const* const TUSB_ErrorStr[TUSB_ERROR_COUNT];
extern char const* const tusb_strerr[TUSB_ERROR_COUNT];
#endif
#ifdef __cplusplus