1
0
Fork 0

Rename HOST_* to PROTOCOL_* in protocol/*.mk

This commit is contained in:
tmk 2013-03-11 00:14:58 +09:00
parent db024b6b18
commit 09bd1aef12
6 changed files with 15 additions and 18 deletions

View file

@ -1,6 +1,6 @@
VUSB_DIR = protocol/vusb
OPT_DEFS += -DHOST_VUSB
OPT_DEFS += -DPROTOCOL_VUSB
SRC += $(VUSB_DIR)/main.c \
$(VUSB_DIR)/vusb.c \