diff options
author | tmk <nobody@nowhere> | 2013-03-11 00:14:58 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-03-11 00:14:58 +0900 |
commit | 09bd1aef12e42b44f90b8275ae95b578294957c0 (patch) | |
tree | ddf33c9c2e269beafcb67930d026626aa2ed6563 /protocol/pjrc.mk | |
parent | db024b6b1803eb752070422e7240b1ffe52d39f6 (diff) |
Rename HOST_* to PROTOCOL_* in protocol/*.mk
Diffstat (limited to 'protocol/pjrc.mk')
-rw-r--r-- | protocol/pjrc.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocol/pjrc.mk b/protocol/pjrc.mk index f5693ba99d..27f908b1c2 100644 --- a/protocol/pjrc.mk +++ b/protocol/pjrc.mk @@ -19,7 +19,4 @@ endif VPATH += $(TOP_DIR)/$(PJRC_DIR) # This indicates using LUFA stack -# TODO: remove HOST_PJRC -OPT_DEFS += -DHOST_PJRC OPT_DEFS += -DPROTOCOL_PJRC - |