Update Makefile

This commit is contained in:
Fazana
2021-09-28 18:03:24 +01:00
parent e562c6543b
commit 501a0caec0

View File

@@ -197,7 +197,7 @@ UNF ?= 0
$(eval $(call validate-option,UNF,0 1))
ifeq ($(UNF),1)
DEFINES += UNF=1
SRC_DIRS += src/usbOfast
SRC_DIRS += src/usb
USE_DEBUG := 1
endif