aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-11-30 02:43:44 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-11-30 02:43:44 +0000
commit1c74525d2f606b13faafc5fdee389ab452a50f6c (patch)
treebd251194d6ecb646b13f42ec1bff2717a1293307 /LUFA
parentc879887dce0506c6ae25490ed7d42a7c7eec7337 (diff)
downloadlufa-1c74525d2f606b13faafc5fdee389ab452a50f6c.tar.gz
lufa-1c74525d2f606b13faafc5fdee389ab452a50f6c.tar.bz2
lufa-1c74525d2f606b13faafc5fdee389ab452a50f6c.zip
Fixed broken USBFOO board drivers due to missing BOARD_USBFOO define.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/Common/BoardTypes.h3
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
2 files changed, 4 insertions, 1 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h
index 7d0d6297e..d14076c2a 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -137,6 +137,9 @@
/** Selects the Microsin AVR-USB162 specific board drivers, including the Button and LEDs drivers. */
#define BOARD_MICROSIN162 24
+ /** Selects the Kernel Concepts USBFOO specific board drivers, including the Button and LEDs drivers. */
+ #define BOARD_USBFOO 25
+
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index aaf4dd1ef..8be0c9cc9 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -23,7 +23,7 @@
*
* <b>Fixed:</b>
* - Core:
- * - None
+ * - Fixed broken USBFOO board drivers due to missing BOARD_USBFOO define
* - Library Applications:
* - Fixed Benito project discarding incoming data from the USB virtual serial port when the USART is busy
* - Fixed broken DFU bootloader, added XPLAIN support for bootloader start when XCK jumpered to ground