diff options
| author | hathach <[email protected]> | 2012-11-29 10:41:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-11-29 10:41:33 +0700 |
| commit | 8cd811e2a9760afc1702ae0a872e999517bfcb40 (patch) | |
| tree | 09ec2245a515fad540e60ebcf1da915de99e99fd /tinyusb/common/errors.c | |
| parent | 851f5bfd06c837626ddf06f1c326970763d07010 (diff) | |
start to work with doxygen
fix mem_size/mem_base usage with device rom driver
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 +}; |
