projects
/
tmk_firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22854eb
)
Check if LUFA-git really exists(Fix #118)
author
tmk
<nobody@nowhere>
Sun, 27 Apr 2014 23:55:07 +0000
(08:55 +0900)
committer
tmk
<nobody@nowhere>
Sun, 27 Apr 2014 23:55:07 +0000
(08:55 +0900)
protocol/lufa.mk
patch
|
blob
|
history
protocol/lufa/descriptor.h
patch
|
blob
|
history
diff --git
a/protocol/lufa.mk
b/protocol/lufa.mk
index 48ce9ae8790d093d0d1d12d82562fb5c33e03469..ac70ac03916639b906f562c6cc9a5d8f3d263a26 100644
(file)
--- a/
protocol/lufa.mk
+++ b/
protocol/lufa.mk
@@
-1,7
+1,7
@@
LUFA_DIR = protocol/lufa
# Path to the LUFA library
-ifeq (, $(wildcard $(TOP_DIR)/$(LUFA_DIR)/LUFA-git))
+ifeq (, $(wildcard $(TOP_DIR)/$(LUFA_DIR)/LUFA-git
/LUFA/Version.h
))
LUFA_PATH ?= $(LUFA_DIR)/LUFA-120730
else
LUFA_PATH ?= $(LUFA_DIR)/LUFA-git
diff --git
a/protocol/lufa/descriptor.h
b/protocol/lufa/descriptor.h
index e0acec805093811096f5ddbb3b0eae9ae35b2b18..a2db4bfd7b6604c1aea9837c3db7c5f0501bcfe1 100644
(file)
--- a/
protocol/lufa/descriptor.h
+++ b/
protocol/lufa/descriptor.h
@@
-162,6
+162,7
@@
uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
/* new API */
#if LUFA_VERSION_INTEGER < 0x140302
+ #undef VERSION_BCD
#define VERSION_BCD(Major, Minor, Revision) \
CPU_TO_LE16( ((Major & 0xFF) << 8) | \
((Minor & 0x0F) << 4) | \