diff options
| author | tmk <nobody@nowhere> | 2014-04-28 08:55:07 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2014-04-28 08:55:07 +0900 |
| commit | 37cf2607648a40bbac0b37f7e0838f240e66450a (patch) | |
| tree | ab6aec5dfd7b9b1da06c9e1eb81acb7571d5af64 /protocol | |
| parent | 22854eb71b84a10ebad0f85841f2b99d38e1da8c (diff) | |
| download | qmk_firmware-37cf2607648a40bbac0b37f7e0838f240e66450a.tar.gz qmk_firmware-37cf2607648a40bbac0b37f7e0838f240e66450a.zip | |
Check if LUFA-git really exists(Fix #118)
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/lufa.mk | 2 | ||||
| -rw-r--r-- | protocol/lufa/descriptor.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/protocol/lufa.mk b/protocol/lufa.mk index 48ce9ae87..ac70ac039 100644 --- a/protocol/lufa.mk +++ b/protocol/lufa.mk | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | LUFA_DIR = protocol/lufa | 1 | LUFA_DIR = protocol/lufa |
| 2 | 2 | ||
| 3 | # Path to the LUFA library | 3 | # Path to the LUFA library |
| 4 | ifeq (, $(wildcard $(TOP_DIR)/$(LUFA_DIR)/LUFA-git)) | 4 | ifeq (, $(wildcard $(TOP_DIR)/$(LUFA_DIR)/LUFA-git/LUFA/Version.h)) |
| 5 | LUFA_PATH ?= $(LUFA_DIR)/LUFA-120730 | 5 | LUFA_PATH ?= $(LUFA_DIR)/LUFA-120730 |
| 6 | else | 6 | else |
| 7 | LUFA_PATH ?= $(LUFA_DIR)/LUFA-git | 7 | LUFA_PATH ?= $(LUFA_DIR)/LUFA-git |
diff --git a/protocol/lufa/descriptor.h b/protocol/lufa/descriptor.h index e0acec805..a2db4bfd7 100644 --- a/protocol/lufa/descriptor.h +++ b/protocol/lufa/descriptor.h | |||
| @@ -162,6 +162,7 @@ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, | |||
| 162 | 162 | ||
| 163 | /* new API */ | 163 | /* new API */ |
| 164 | #if LUFA_VERSION_INTEGER < 0x140302 | 164 | #if LUFA_VERSION_INTEGER < 0x140302 |
| 165 | #undef VERSION_BCD | ||
| 165 | #define VERSION_BCD(Major, Minor, Revision) \ | 166 | #define VERSION_BCD(Major, Minor, Revision) \ |
| 166 | CPU_TO_LE16( ((Major & 0xFF) << 8) | \ | 167 | CPU_TO_LE16( ((Major & 0xFF) << 8) | \ |
| 167 | ((Minor & 0x0F) << 4) | \ | 168 | ((Minor & 0x0F) << 4) | \ |
