diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-09-14 11:11:54 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-09-14 11:11:54 +0000 |
| commit | fa9c34caf54f4277ca59546226e8d8363b9aa298 (patch) | |
| tree | 05950b1bd8056925d3c16c89f5ee1d075b6789d0 /LUFA/Drivers/Board/UDIP | |
| parent | 4ab1844358337079f0fa6c6d62e63ea0b2041657 (diff) | |
Added board hardware driver support for the BUI development board.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1478 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Board/UDIP')
| -rw-r--r-- | LUFA/Drivers/Board/UDIP/Buttons.h | 6 | ||||
| -rw-r--r-- | LUFA/Drivers/Board/UDIP/LEDs.h | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/LUFA/Drivers/Board/UDIP/Buttons.h b/LUFA/Drivers/Board/UDIP/Buttons.h index 7615fe6d..343024d7 100644 --- a/LUFA/Drivers/Board/UDIP/Buttons.h +++ b/LUFA/Drivers/Board/UDIP/Buttons.h @@ -29,9 +29,9 @@ */
/** \file
- * \brief Board specific Buttons driver header for the Benito.
+ * \brief Board specific Buttons driver header for the UDIP.
*
- * Board specific Buttons driver header for the Benito (http://dorkbotpdx.org/wiki/benito).
+ * Board specific Buttons driver header for the Linnix UDIP (http://linnix.com/udip/).
*
* \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.
@@ -40,7 +40,7 @@ /** \ingroup Group_Buttons
* @defgroup Group_Buttons_UDIP UDIP
*
- * Board specific Buttons driver header for the UDIP (http://linnix.com/udip/).
+ * Board specific Buttons driver header for the Linnix UDIP (http://linnix.com/udip/).
*
* \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/UDIP/LEDs.h b/LUFA/Drivers/Board/UDIP/LEDs.h index e7bdfe28..aeb09575 100644 --- a/LUFA/Drivers/Board/UDIP/LEDs.h +++ b/LUFA/Drivers/Board/UDIP/LEDs.h @@ -29,9 +29,9 @@ */
/** \file
- * \brief Board specific LED driver header for the UDIP.
+ * \brief Board specific LED driver header for the Linnix UDIP.
*
- * Board specific LED driver header for the UDIP (http://linnix.com/udip/).
+ * Board specific LED driver header for the Linnix UDIP (http://linnix.com/udip/).
*
* \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.
@@ -40,7 +40,7 @@ /** \ingroup Group_LEDs
* @defgroup Group_LEDs_UDIP UDIP
*
- * Board specific LED driver header for the UDIP (http://linnix.com/udip/).
+ * Board specific LED driver header for the Linnix UDIP (http://linnix.com/udip/).
*
* \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.
@@ -92,7 +92,7 @@ /** LED mask for all the LEDs on the board. */
#define LEDS_ALL_LEDS (LEDS_LED1 | LEDS_LED2 | LEDS_LED3 | LEDS_LED4)
- /** LED mask for the none of the board LEDs. */
+ /** LED mask for none of the board LEDs. */
#define LEDS_NO_LEDS 0
/* Inline Functions: */
|
