summaryrefslogtreecommitdiff
path: root/src/common/tusb_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/tusb_error.h')
-rw-r--r--src/common/tusb_error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/tusb_error.h b/src/common/tusb_error.h
index d7ad8c318..42541acd6 100644
--- a/src/common/tusb_error.h
+++ b/src/common/tusb_error.h
@@ -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