minor house keeping

This commit is contained in:
hathach
2022-02-25 22:26:35 +07:00
parent 99ad3ae2ca
commit 309540473b
6 changed files with 20 additions and 6 deletions

View File

@@ -64,6 +64,8 @@ typedef enum
#if CFG_TUSB_DEBUG
/// Enum to String for debugging purposes. Only available if \ref CFG_TUSB_DEBUG > 0
extern char const* const tusb_strerr[TUSB_ERROR_COUNT];
extern char const* const tusb_speed_str[];
#endif
#ifdef __cplusplus