aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/STK525/AT45DB321C.h
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/Drivers/Board/STK525/AT45DB321C.h')
-rw-r--r--LUFA/Drivers/Board/STK525/AT45DB321C.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/LUFA/Drivers/Board/STK525/AT45DB321C.h b/LUFA/Drivers/Board/STK525/AT45DB321C.h
index ac29967e6..6879c1035 100644
--- a/LUFA/Drivers/Board/STK525/AT45DB321C.h
+++ b/LUFA/Drivers/Board/STK525/AT45DB321C.h
@@ -36,6 +36,12 @@
* dispatch header located in LUFA/Drivers/Board/Dataflash.h.
*/
+/** \ingroup Group_Dataflash_STK525
+ * @defgroup Group_Dataflash_STK525_AT45DB321C AT45DB321C
+ *
+ * @{
+ */
+
#ifndef __DATAFLASH_CMDS_H__
#define __DATAFLASH_CMDS_H__
@@ -82,3 +88,5 @@
#define DF_CMD_READMANUFACTURERDEVICEINFO 0x9F
#endif
+
+/** @} */