Skip to content

Commit ad5ee9d

Browse files
Fix midi interface.h
1 parent 33eb70c commit ad5ee9d

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ML_SynthTools",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"keywords": "ML_SynthTools, Synthesizer, Filter, Audio, ESP32, ESP32S2, ESP32S3, STM32, RP2040",
55
"description": "Synthesizer Tools; contains waveform generators etc.",
66
"repository":

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ML SynthTools
2-
version=2.0.5
2+
version=2.0.6
33
author=Marcel Licence <[email protected]>
44
maintainer=Marcel Licence <[email protected]>
55
sentence=Synthesizer Tools

src/midi_interface.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ void Midi_HandleShortMsgEx(uint8_t *data, uint8_t cable __attribute__((unused)))
6868

6969
#ifdef MIDI_TX2_PIN
7070
void Midi_SendShortMessage(uint8_t *msg);
71+
#endif
72+
7173
#ifndef ARDUINO_SEEED_XIAO_M0
7274
#ifndef SWAP_SERIAL
7375
#ifdef MIDI_TX2_PIN

0 commit comments

Comments
 (0)