Explorar o código

fixed lufa git stuff

Jack Humbert %!s(int64=10) %!d(string=hai) anos
pai
achega
d63c2e3995
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      protocol/lufa.mk

+ 4 - 4
protocol/lufa.mk

@@ -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