diff options
Diffstat (limited to 'tinyusb/common/errors.c')
| -rw-r--r-- | tinyusb/common/errors.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tinyusb/common/errors.c b/tinyusb/common/errors.c index 90753786b..c0878ef67 100644 --- a/tinyusb/common/errors.c +++ b/tinyusb/common/errors.c @@ -35,3 +35,8 @@ * This file is part of the tiny usb stack. */ +char const* const TUSB_ErrorStr[] = { +# define ERROR_ENUM(x) #x, +# include "errors_def" +# undef ERROR_ENUM +}; |
