aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/STK526/HWB.h
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/Drivers/Board/STK526/HWB.h')
-rw-r--r--LUFA/Drivers/Board/STK526/HWB.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/LUFA/Drivers/Board/STK526/HWB.h b/LUFA/Drivers/Board/STK526/HWB.h
index 3bd2f9952..0d4fd7e03 100644
--- a/LUFA/Drivers/Board/STK526/HWB.h
+++ b/LUFA/Drivers/Board/STK526/HWB.h
@@ -35,7 +35,13 @@
* \note This file should not be included directly. It is automatically included as needed by the HWB driver
* dispatch header located in LUFA/Drivers/Board/HWB.h.
*/
-
+
+/** \ingroup Group_HWB
+ * @defgroup Group_HWB_STK526 STK526
+ *
+ * @{
+ */
+
#ifndef __HWB_STK526_H__
#define __HWB_STK526_H__
@@ -77,3 +83,5 @@
#endif
#endif
+
+/** @} */