added midi-common submodule

This commit is contained in:
lathoub 2019-08-06 18:34:56 +02:00
parent 4daf0a477e
commit a23461e4f7
4 changed files with 9 additions and 1 deletions

6
.gitmodules vendored
View File

@ -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

1
midi-Common Submodule

@ -0,0 +1 @@
Subproject commit 8f745084c39e6016f0ea7afad95973342c6f7e0e

View File

@ -6,7 +6,7 @@
#include <BLEServer.h>
#include <BLE2902.h>
#include "interface/midiCommon.h"
#include "common/midiCommon.h"
using namespace Midi;
BEGIN_BLEMIDI_NAMESPACE

1
src/common Submodule

@ -0,0 +1 @@
Subproject commit 8f745084c39e6016f0ea7afad95973342c6f7e0e