projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix board name redefinition in BoardTypes.h (thanks to Daniel Czigany).
[pub/USBasp.git]
/
LUFA
/
Common
/
BoardTypes.h
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