diff options
Diffstat (limited to 'LUFA/Drivers/Board/USBKEY/Dataflash.h')
-rw-r--r-- | LUFA/Drivers/Board/USBKEY/Dataflash.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/LUFA/Drivers/Board/USBKEY/Dataflash.h b/LUFA/Drivers/Board/USBKEY/Dataflash.h index 26711178f..19040cf5c 100644 --- a/LUFA/Drivers/Board/USBKEY/Dataflash.h +++ b/LUFA/Drivers/Board/USBKEY/Dataflash.h @@ -30,8 +30,7 @@ /** \file * \brief Board specific Dataflash driver header for the Atmel USBKEY. - * - * Board specific Dataflash driver header for the Atmel USBKEY. + * \copydetails Group_Dataflash_USBKEY * * \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. @@ -39,12 +38,10 @@ /** \ingroup Group_Dataflash * \defgroup Group_Dataflash_USBKEY USBKEY + * \brief Board specific Dataflash driver header for the Atmel USBKEY. * * Board specific Dataflash driver header for the Atmel USBKEY board. * - * \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. - * * @{ */ |