Fix bootloader.c

This commit is contained in:
tmk 2012-06-30 11:19:07 +09:00
commit f427529a30
4 changed files with 64 additions and 64 deletions

View file

@ -5,8 +5,7 @@ OPT_DEFS += -DHOST_PJRC
SRC += $(PJRC_DIR)/pjrc.c \
$(PJRC_DIR)/usb_keyboard.c \
$(PJRC_DIR)/usb_debug.c \
$(PJRC_DIR)/usb.c \
$(PJRC_DIR)/bootloader_teensy.c
$(PJRC_DIR)/usb.c
# Option modules
ifdef $(or MOUSEKEY_ENABLE, PS2_MOUSE_ENABLE)