From a23461e4f7db900c05ef11e880c4b348941a1361 Mon Sep 17 00:00:00 2001 From: lathoub Date: Tue, 6 Aug 2019 18:34:56 +0200 Subject: [PATCH] added midi-common submodule --- .gitmodules | 6 ++++++ midi-Common | 1 + src/Ble_esp32.h | 2 +- src/common | 1 + 4 files changed, 9 insertions(+), 1 deletion(-) create mode 160000 midi-Common create mode 160000 src/common diff --git a/.gitmodules b/.gitmodules index 0f151c9..3d066f8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "src/interface"] path = src/interface url = https://github.com/lathoub/AbstractMIDIinterface +[submodule "midi-Common"] + path = midi-Common + url = https://github.com/lathoub/midi-Common +[submodule "src/common"] + path = src/common + url = https://github.com/lathoub/midi-Common diff --git a/midi-Common b/midi-Common new file mode 160000 index 0000000..8f74508 --- /dev/null +++ b/midi-Common @@ -0,0 +1 @@ +Subproject commit 8f745084c39e6016f0ea7afad95973342c6f7e0e diff --git a/src/Ble_esp32.h b/src/Ble_esp32.h index a35a095..cccdbcd 100644 --- a/src/Ble_esp32.h +++ b/src/Ble_esp32.h @@ -6,7 +6,7 @@ #include #include -#include "interface/midiCommon.h" +#include "common/midiCommon.h" using namespace Midi; BEGIN_BLEMIDI_NAMESPACE diff --git a/src/common b/src/common new file mode 160000 index 0000000..8f74508 --- /dev/null +++ b/src/common @@ -0,0 +1 @@ +Subproject commit 8f745084c39e6016f0ea7afad95973342c6f7e0e