Implement runtime selectable output (USB or BT)
This commit is contained in:
parent
ec05f65421
commit
d8a9c63c26
4 changed files with 148 additions and 72 deletions
|
@ -15,6 +15,7 @@ endif
|
|||
|
||||
LUFA_SRC = lufa.c \
|
||||
descriptor.c \
|
||||
outputselect.c \
|
||||
$(LUFA_SRC_USB)
|
||||
|
||||
ifeq ($(strip $(MIDI_ENABLE)), yes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue