summaryrefslogtreecommitdiff
path: root/tinyusb/common/errors.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2012-11-29 15:40:57 +0700
committerhathach <[email protected]>2012-11-29 15:57:44 +0700
commit8f57cb6ccb65c0519d78661cb36be12e6079f965 (patch)
tree5847bc63dfc72cc67a5a963cb6cd769a209e1698 /tinyusb/common/errors.h
parent360b28b44fa2ad7973f06c7f048a66a68e6cb90f (diff)
house keeping
Diffstat (limited to 'tinyusb/common/errors.h')
-rw-r--r--tinyusb/common/errors.h4
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_ */
- /** @{ */
+ /** @} */