1
0
Fork 0

Implement runtime selectable output (USB or BT)

This commit is contained in:
Priyadi Iman Nurcahyo 2017-02-01 05:07:05 +07:00
parent ec05f65421
commit d8a9c63c26
4 changed files with 148 additions and 72 deletions

View file

@ -15,6 +15,7 @@ endif
LUFA_SRC = lufa.c \
descriptor.c \
outputselect.c \
$(LUFA_SRC_USB)
ifeq ($(strip $(MIDI_ENABLE)), yes)