diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-03-29 07:49:58 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-03-29 07:49:58 +0000 |
| commit | e3c05a0a2b386ee8e0d521a857d6d9fe3cbd4023 (patch) | |
| tree | d0c369cd182543f6a2344cb16bafb9be2d985665 /LUFA/Drivers/Board/STK525 | |
| parent | 7fe23eda38775f324418c8690fe3f4334db7f801 (diff) | |
Add file-level brief documentation.
Remove accidentally duplicated model-specific peripheral driver files.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1180 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Board/STK525')
| -rw-r--r-- | LUFA/Drivers/Board/STK525/AT45DB321C.h | 3 | ||||
| -rw-r--r-- | LUFA/Drivers/Board/STK525/Buttons.h | 3 | ||||
| -rw-r--r-- | LUFA/Drivers/Board/STK525/Dataflash.h | 3 | ||||
| -rw-r--r-- | LUFA/Drivers/Board/STK525/Joystick.h | 3 | ||||
| -rw-r--r-- | LUFA/Drivers/Board/STK525/LEDs.h | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/LUFA/Drivers/Board/STK525/AT45DB321C.h b/LUFA/Drivers/Board/STK525/AT45DB321C.h index e29a0a5e..31ebe390 100644 --- a/LUFA/Drivers/Board/STK525/AT45DB321C.h +++ b/LUFA/Drivers/Board/STK525/AT45DB321C.h @@ -29,8 +29,7 @@ */
/** \file
- *
- * Board specific Dataflash commands header for the AT45DB321C as mounted on the STK525.
+ * \brief 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.
diff --git a/LUFA/Drivers/Board/STK525/Buttons.h b/LUFA/Drivers/Board/STK525/Buttons.h index f3dccafd..cf9b5b1f 100644 --- a/LUFA/Drivers/Board/STK525/Buttons.h +++ b/LUFA/Drivers/Board/STK525/Buttons.h @@ -29,8 +29,7 @@ */
/** \file
- *
- * Board specific Buttons driver header for the STK525.
+ * \brief Board specific Buttons driver header for the STK525.
*
* \note This file should not be included directly. It is automatically included as needed by the Buttons driver
* dispatch header located in LUFA/Drivers/Board/Buttons.h.
diff --git a/LUFA/Drivers/Board/STK525/Dataflash.h b/LUFA/Drivers/Board/STK525/Dataflash.h index f541edbb..757923e6 100644 --- a/LUFA/Drivers/Board/STK525/Dataflash.h +++ b/LUFA/Drivers/Board/STK525/Dataflash.h @@ -29,8 +29,7 @@ */
/** \file
- *
- * Board specific Dataflash driver header for the STK525.
+ * \brief Board specific Dataflash driver header for 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.
diff --git a/LUFA/Drivers/Board/STK525/Joystick.h b/LUFA/Drivers/Board/STK525/Joystick.h index 6358f957..7a29ffd8 100644 --- a/LUFA/Drivers/Board/STK525/Joystick.h +++ b/LUFA/Drivers/Board/STK525/Joystick.h @@ -29,8 +29,7 @@ */
/** \file
- *
- * Board specific joystick driver header for the STK525.
+ * \brief Board specific joystick driver header for the STK525.
*
* \note This file should not be included directly. It is automatically included as needed by the joystick driver
* dispatch header located in LUFA/Drivers/Board/Joystick.h.
diff --git a/LUFA/Drivers/Board/STK525/LEDs.h b/LUFA/Drivers/Board/STK525/LEDs.h index b54a8c98..1f30dbe5 100644 --- a/LUFA/Drivers/Board/STK525/LEDs.h +++ b/LUFA/Drivers/Board/STK525/LEDs.h @@ -29,8 +29,7 @@ */
/** \file
- *
- * Board specific LED driver header for the STK525.
+ * \brief Board specific LED driver header for the STK525.
*
* \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.
|
