diff options
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 - |