Fix examples.
This commit is contained in:
parent
ff6bf0111b
commit
73dfc79815
|
|
@ -56,6 +56,7 @@ install:
|
||||||
fi
|
fi
|
||||||
# Use clang 3.5
|
# Use clang 3.5
|
||||||
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.5"; export CC="clang-3.5"; fi
|
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.5"; export CC="clang-3.5"; fi
|
||||||
|
- arduino --install-library "MIDIUSB"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Build examples with Arduino IDE on each available platform / board
|
# Build examples with Arduino IDE on each available platform / board
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
MIDI_CREATE_DEFAULT_INSTANCE();
|
MIDI_CREATE_DEFAULT_INSTANCE();
|
||||||
|
|
||||||
static const ledPin = 13; // LED pin on Arduino Uno
|
static const unsigned ledPin = 13; // LED pin on Arduino Uno
|
||||||
|
|
||||||
void setup()
|
void setup()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue