added midi-common submodule
This commit is contained in:
parent
4daf0a477e
commit
a23461e4f7
|
|
@ -1,3 +1,9 @@
|
||||||
[submodule "src/interface"]
|
[submodule "src/interface"]
|
||||||
path = src/interface
|
path = src/interface
|
||||||
url = https://github.com/lathoub/AbstractMIDIinterface
|
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
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 8f745084c39e6016f0ea7afad95973342c6f7e0e
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#include <BLEServer.h>
|
#include <BLEServer.h>
|
||||||
#include <BLE2902.h>
|
#include <BLE2902.h>
|
||||||
|
|
||||||
#include "interface/midiCommon.h"
|
#include "common/midiCommon.h"
|
||||||
using namespace Midi;
|
using namespace Midi;
|
||||||
|
|
||||||
BEGIN_BLEMIDI_NAMESPACE
|
BEGIN_BLEMIDI_NAMESPACE
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 8f745084c39e6016f0ea7afad95973342c6f7e0e
|
||||||
Loading…
Reference in New Issue