Added MIDIUSB Arduino lib as a submodule.
This commit is contained in:
parent
606e732490
commit
47b206c279
|
|
@ -1,3 +1,6 @@
|
|||
[submodule "external/google-test"]
|
||||
path = external/google-test
|
||||
url = https://github.com/google/googletest.git
|
||||
[submodule "external/midi-usb"]
|
||||
path = external/midi-usb
|
||||
url = https://github.com/arduino-libraries/MIDIUSB.git
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 0a1ef7498dad7904d2a54530616f418dcba9197c
|
||||
Loading…
Reference in New Issue