projects
/
pub
/
lufa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e61345f
)
Fix board name redefinition in BoardTypes.h (thanks to Daniel Czigany).
author
Dean Camera
<dean@fourwalledcubicle.com>
Tue, 14 Sep 2010 22:04:38 +0000
(22:04 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Tue, 14 Sep 2010 22:04:38 +0000
(22:04 +0000)
LUFA/Common/BoardTypes.h
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/Common/BoardTypes.h
b/LUFA/Common/BoardTypes.h
index
165472c
..
b10c225
100644
(file)
--- a/
LUFA/Common/BoardTypes.h
+++ b/
LUFA/Common/BoardTypes.h
@@
-114,7
+114,7
@@
#define BOARD_UDIP 16
/** Selects the BUI specific board drivers, including the driver for the board LEDs. */
- #define BOARD_
UDIP
17
+ #define BOARD_
BUI
17
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE