diff options
Diffstat (limited to 'tinyusb/common/errors.h')
| -rw-r--r-- | tinyusb/common/errors.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/common/errors.h b/tinyusb/common/errors.h index 0d36b56fc..d34b01963 100644 --- a/tinyusb/common/errors.h +++ b/tinyusb/common/errors.h @@ -49,7 +49,7 @@ #ifndef _TUSB_ERRORS_H_ #define _TUSB_ERRORS_H_ -/** \enum TUSB_Error +/** \enum TUSB_Error_t * \brief Error Code returned */ @@ -73,4 +73,4 @@ extern char const* const TUSB_ErrorStr[]; #endif /* _TUSB_ERRORS_H_ */ - /** @{ */ + /** @} */ |
