diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-03-30 09:46:31 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-03-30 09:46:31 +0000 |
commit | d4c421e380904c467cc8c6af20c6a3c5213d3082 (patch) | |
tree | 2be89361739b64a8c755f64ba8b7dc25424cfcc7 /LUFA/Drivers/Board/JMDBU2/Buttons.h | |
parent | 61a799ed55c5e4d5d0fd8dd4b35bfe57db33822e (diff) | |
download | lufa-d4c421e380904c467cc8c6af20c6a3c5213d3082.tar.gz lufa-d4c421e380904c467cc8c6af20c6a3c5213d3082.tar.bz2 lufa-d4c421e380904c467cc8c6af20c6a3c5213d3082.zip |
Oops - make sure board driver dispatch headers test for the correct BOARD define values.
Add button support for the BENITO board target.
Diffstat (limited to 'LUFA/Drivers/Board/JMDBU2/Buttons.h')
-rw-r--r-- | LUFA/Drivers/Board/JMDBU2/Buttons.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/LUFA/Drivers/Board/JMDBU2/Buttons.h b/LUFA/Drivers/Board/JMDBU2/Buttons.h index fd4be2596..28c6b8519 100644 --- a/LUFA/Drivers/Board/JMDBU2/Buttons.h +++ b/LUFA/Drivers/Board/JMDBU2/Buttons.h @@ -29,18 +29,18 @@ */
/** \file
- * \brief Board specific Buttons driver header for the JM-DB-U2.
+ * \brief Board specific Buttons driver header for the Bentio.
*
- * Board specific Buttons driver header for the JM-DB-U2 (http://u2.mattair.net/index.html).
+ * Board specific Buttons driver header for the Benito (http://dorkbotpdx.org/wiki/benito).
*
* \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.
*/
/** \ingroup Group_Buttons
- * @defgroup Group_Buttons_JMDBU2 JMDBU2
+ * @defgroup Group_Buttons_BENITO BENITO
*
- * Board specific Buttons driver header for the JM-DB-U2 (http://u2.mattair.net/index.html).
+ * Board specific Buttons driver header for the Bentio (http://dorkbotpdx.org/wiki/benito).
*
* \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.
@@ -48,8 +48,8 @@ * @{
*/
-#ifndef __BUTTONS_JMDBU2_H__
-#define __BUTTONS_JMDBU2_H__
+#ifndef __BUTTONS_BENTIO_H__
+#define __BUTTONS_BENITO_H__
/* Includes: */
#include <avr/io.h>
|