midi
This commit is contained in:
parent
2d76b5c3d4
commit
e528087ee5
10 changed files with 392 additions and 9 deletions
|
|
@ -19,7 +19,12 @@ endif
|
|||
|
||||
LUFA_SRC = $(LUFA_DIR)/lufa.c \
|
||||
$(LUFA_DIR)/descriptor.c \
|
||||
$(LUFA_SRC_USB)
|
||||
$(LUFA_SRC_USB) \
|
||||
$(LUFA_DIR)/midi/midi.c \
|
||||
$(LUFA_DIR)/midi/midi_device.c \
|
||||
$(LUFA_DIR)/midi/bytequeue/bytequeue.c \
|
||||
$(LUFA_DIR)/midi/bytequeue/interrupt_setting.c \
|
||||
$(LUFA_DIR)/LUFA-git/LUFA/Drivers/USB/Class/Device/MIDIClassDevice.c
|
||||
|
||||
SRC += $(LUFA_SRC)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue