bluetooth working with usb
This commit is contained in:
parent
bbb21f60e9
commit
71a8fd8b12
8 changed files with 182 additions and 40 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue