diff options
Diffstat (limited to 'tinyusb/common/errors.h')
| -rw-r--r-- | tinyusb/common/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/common/errors.h b/tinyusb/common/errors.h index 53c9379c3..d5c372368 100644 --- a/tinyusb/common/errors.h +++ b/tinyusb/common/errors.h @@ -59,6 +59,7 @@ * \brief Error Code returned */ +// TODO X macro to remove define/undefine typedef enum { # define ERROR_ENUM(x) x, # include "errors_def" |
