From 9257f4ab8ea8ade1df5b576c114f715302051cc6 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 29 Mar 2010 13:32:36 +0000 Subject: Add briefs for the library core structures. --- LUFA/Drivers/Board/XPLAIN/AT45DB642D.h | 2 ++ LUFA/Drivers/Board/XPLAIN/Dataflash.h | 2 ++ LUFA/Drivers/Board/XPLAIN/LEDs.h | 2 ++ 3 files changed, 6 insertions(+) (limited to 'LUFA/Drivers/Board/XPLAIN') diff --git a/LUFA/Drivers/Board/XPLAIN/AT45DB642D.h b/LUFA/Drivers/Board/XPLAIN/AT45DB642D.h index 20e2f01c2..677212d69 100644 --- a/LUFA/Drivers/Board/XPLAIN/AT45DB642D.h +++ b/LUFA/Drivers/Board/XPLAIN/AT45DB642D.h @@ -31,6 +31,8 @@ /** \file * \brief Board specific Dataflash commands header for the AT45DB642D as mounted on the XPLAIN. * + * Board specific Dataflash commands header for the AT45DB642D as mounted on the XPLAIN. + * * \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. */ diff --git a/LUFA/Drivers/Board/XPLAIN/Dataflash.h b/LUFA/Drivers/Board/XPLAIN/Dataflash.h index 9bd0c9a06..28feb58d0 100644 --- a/LUFA/Drivers/Board/XPLAIN/Dataflash.h +++ b/LUFA/Drivers/Board/XPLAIN/Dataflash.h @@ -31,6 +31,8 @@ /** \file * \brief Board specific Dataflash driver header for the XPLAIN. * + * Board specific Dataflash driver header for the XPLAIN. + * * \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. */ diff --git a/LUFA/Drivers/Board/XPLAIN/LEDs.h b/LUFA/Drivers/Board/XPLAIN/LEDs.h index d4696d106..c498071e9 100644 --- a/LUFA/Drivers/Board/XPLAIN/LEDs.h +++ b/LUFA/Drivers/Board/XPLAIN/LEDs.h @@ -31,6 +31,8 @@ /** \file * \brief Board specific LED driver header for the XPLAIN. * + * Board specific LED driver header for the XPLAIN. + * * \note This file should not be included directly. It is automatically included as needed by the LEDs driver * dispatch header located in LUFA/Drivers/Board/LEDs.h. */ -- cgit v1.2.3