Browse Source

fixed lufa git stuff

pull/27/head
Jack Humbert 8 years ago
parent
commit
d63c2e3995
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      protocol/lufa.mk

+ 4
- 4
protocol/lufa.mk View File

@ -1,11 +1,11 @@
LUFA_DIR = protocol/lufa
# Path to the LUFA library
#ifeq (, $(wildcard $(TOP_DIR)/$(LUFA_DIR)/LUFA-git/LUFA/Version.h))
# LUFA_PATH ?= $(LUFA_DIR)/LUFA-120730
#else
ifeq (, $(wildcard $(TOP_DIR)/$(LUFA_DIR)/LUFA-git/LUFA/Version.h))
LUFA_PATH ?= $(LUFA_DIR)/LUFA-120730
else
LUFA_PATH ?= $(LUFA_DIR)/LUFA-git
#endif
endif
# Create the LUFA source path variables by including the LUFA makefile


Loading…
Cancel
Save