bluetooth working with usb

This commit is contained in:
Jack Humbert
2015-10-23 20:12:04 -04:00
parent bbb21f60e9
commit 71a8fd8b12
8 changed files with 182 additions and 40 deletions

View File

@@ -29,6 +29,11 @@ ifdef MIDI_ENABLE
$(LUFA_SRC_USBCLASS)
endif
ifdef BLUETOOTH_ENABLE
LUFA_SRC += $(LUFA_DIR)/bluetooth.c \
$(LUFA_DIR)/../serial_uart.c
endif
SRC += $(LUFA_SRC)
# Search Path