summaryrefslogtreecommitdiff
path: root/tinyusb/hal
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/hal')
-rw-r--r--tinyusb/hal/hal.h19
1 files changed, 7 insertions, 12 deletions
diff --git a/tinyusb/hal/hal.h b/tinyusb/hal/hal.h
index b0de23422..9e336de0f 100644
--- a/tinyusb/hal/hal.h
+++ b/tinyusb/hal/hal.h
@@ -36,22 +36,16 @@
*/
/**************************************************************************/
-/** \file
- * \brief TBD
- *
- * \note TBD
- */
+#ifndef _TUSB_HAL_H_
+#define _TUSB_HAL_H_
-/**
- * \defgroup Group_HAL Hardware Abtract Layer
- * \brief Hardware dependent layer
- *
+/** \addtogroup Port Port
+ * @{
+ * \defgroup Port_Hal Hardware Abtract Layer (HAL)
+ * \brief Hardware Dependent Layer
* @{
*/
-#ifndef _TUSB_HAL_H_
-#define _TUSB_HAL_H_
-
//--------------------------------------------------------------------+
// INCLUDES
//--------------------------------------------------------------------+
@@ -124,3 +118,4 @@ static inline void hal_debugger_breakpoint(void)
#endif /* _TUSB_HAL_H_ */
/** @} */
+/** @} */