diff options
author | lucwastiaux <luc.wastiaux@airpost.net> | 2016-12-10 12:49:47 +0800 |
---|---|---|
committer | lucwastiaux <luc.wastiaux@airpost.net> | 2016-12-10 12:49:47 +0800 |
commit | 9240f27ba909aece233bda59e4ec15f7666fdece (patch) | |
tree | 7b6e2b05a0722734e4739dd7b52817d82fae51c6 /tmk_core/protocol/midi.mk | |
parent | dc4c8875ba2b961deb5d9712f422b00ce7c90979 (diff) | |
parent | 985a091a739c99736d5b17de5161831488dbc219 (diff) | |
download | firmware-9240f27ba909aece233bda59e4ec15f7666fdece.tar.gz firmware-9240f27ba909aece233bda59e4ec15f7666fdece.tar.bz2 firmware-9240f27ba909aece233bda59e4ec15f7666fdece.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'tmk_core/protocol/midi.mk')
-rw-r--r-- | tmk_core/protocol/midi.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/protocol/midi.mk b/tmk_core/protocol/midi.mk index c85ae42ff..4855b23d3 100644 --- a/tmk_core/protocol/midi.mk +++ b/tmk_core/protocol/midi.mk @@ -4,6 +4,7 @@ SRC += midi.c \ midi_device.c \ bytequeue/bytequeue.c \ bytequeue/interrupt_setting.c \ + sysex_tools.c \ $(LUFA_SRC_USBCLASS) VPATH += $(TMK_PATH)/$(MIDI_DIR)
\ No newline at end of file |