diff options
Diffstat (limited to 'LUFA/Drivers/Board/AVR8/XPLAIN/Dataflash.h')
| -rw-r--r-- | LUFA/Drivers/Board/AVR8/XPLAIN/Dataflash.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/LUFA/Drivers/Board/AVR8/XPLAIN/Dataflash.h b/LUFA/Drivers/Board/AVR8/XPLAIN/Dataflash.h index 8b65e623..ebbd2112 100644 --- a/LUFA/Drivers/Board/AVR8/XPLAIN/Dataflash.h +++ b/LUFA/Drivers/Board/AVR8/XPLAIN/Dataflash.h @@ -35,6 +35,13 @@ * \note This file should not be included directly. It is automatically included as needed by the dataflash driver * dispatch header located in LUFA/Drivers/Board/Dataflash.h. */ + +/** \ingroup Group_Dataflash + * \defgroup Group_Dataflash_XPLAIN_REV1 XPLAIN_REV1 + * \brief Board specific Dataflash driver header for the original Atmel XPLAIN, revision 1. + * + * See \ref Group_Dataflash_XPLAIN for more details. + */ /** \ingroup Group_Dataflash * \defgroup Group_Dataflash_XPLAIN XPLAIN |
