summaryrefslogtreecommitdiff
path: root/tinyusb/common/common.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2012-12-03 16:51:14 +0700
committerhathach <[email protected]>2012-12-03 16:51:14 +0700
commitb698b09a67251c8ed8ed81120e85ea21c5d88b10 (patch)
tree5da27b3529f66f07095623ef160279b5cb5e9760 /tinyusb/common/common.h
parentaff644b7c3083cb3b943276d046729b80233e9f9 (diff)
fix some doxygen settings and stuffs add prepacked for IAR compiler
Diffstat (limited to 'tinyusb/common/common.h')
-rw-r--r--tinyusb/common/common.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/tinyusb/common/common.h b/tinyusb/common/common.h
index 9500d39a6..dbe99b2dd 100644
--- a/tinyusb/common/common.h
+++ b/tinyusb/common/common.h
@@ -41,9 +41,10 @@
* \note TBD
*/
-/**
- * \defgroup Group_Common Common Files
- * \brief Group_Common brief
+/** \defgroup Group_Common Common Files
+ * @{
+ *
+ * \defgroup Group_CommonH common.h
*
* @{
*/
@@ -65,6 +66,7 @@
#include "arch/hal.h"
#include "compiler/compiler.h"
#include "errors.h"
+#include "core/tusb_types.h"
/// min value
#ifndef MIN
@@ -126,3 +128,4 @@
#endif /* _TUSB_COMMON_H_ */
/** @} */
+/** @} */