diff options
Diffstat (limited to 'tinyusb/common/common.h')
| -rw-r--r-- | tinyusb/common/common.h | 9 |
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_ */ /** @} */ +/** @} */ |
