summaryrefslogtreecommitdiffstats
path: root/bsps/lm32/milkymist/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/lm32/milkymist/include/bsp.h')
-rw-r--r--bsps/lm32/milkymist/include/bsp.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/bsps/lm32/milkymist/include/bsp.h b/bsps/lm32/milkymist/include/bsp.h
index 254da0d32b..96ef645cc5 100644
--- a/bsps/lm32/milkymist/include/bsp.h
+++ b/bsps/lm32/milkymist/include/bsp.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lm32_milkymist
+ * @ingroup RTEMSBSPsLM32Milkymist
*
* @brief Global BSP definitions.
*/
@@ -27,11 +27,13 @@
#include <rtems.h>
/**
- * @defgroup lm32_milkymist Milkymist Support
+ * @defgroup RTEMSBSPsLM32Milkymist Milkymist
*
* @ingroup RTEMSBSPsLM32
*
- * @brief Milkymist support package.
+ * @brief Milkymist Board Support Package.
+ *
+ * @{
*/
#ifdef __cplusplus
@@ -59,4 +61,6 @@ extern int rtems_minimac_driver_attach (struct rtems_bsdnet_ifconfig *config,
}
#endif
+/** @} */
+
#endif