From a4ebf4e92061bf1eec9224e64bc823ca7bedada4 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 1 Feb 2010 10:34:07 +0000 Subject: Make board specific and device peripheral specific drivers' file documentation copy over to the module documentation, so that it is visible in the normal module view of the library documentation. --- LUFA/Drivers/Board/STK525/AT45DB321C.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'LUFA/Drivers/Board/STK525/AT45DB321C.h') diff --git a/LUFA/Drivers/Board/STK525/AT45DB321C.h b/LUFA/Drivers/Board/STK525/AT45DB321C.h index 49fc3df2a..e29a0a5eb 100644 --- a/LUFA/Drivers/Board/STK525/AT45DB321C.h +++ b/LUFA/Drivers/Board/STK525/AT45DB321C.h @@ -39,6 +39,11 @@ /** \ingroup Group_Dataflash_STK525 * @defgroup Group_Dataflash_STK525_AT45DB321C AT45DB321C * + * Board specific Dataflash commands header for the AT45DB321C as mounted on the STK525. + * + * \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. + * * @{ */ -- cgit v1.2.3