From 8f57cb6ccb65c0519d78661cb36be12e6079f965 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 29 Nov 2012 15:40:57 +0700 Subject: house keeping --- tinyusb/common/errors.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tinyusb/common/errors.h') 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_ */ - /** @{ */ + /** @} */ -- cgit v1.3.1