Skip to content

Commit f85f2e3

Browse files
committed
Fix handleStall reference (#1123)
1 parent 61b2c55 commit f85f2e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/MIDI_Interfaces/MIDI_Interface.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,14 @@ class MIDI_Interface : public TrueMIDI_SinkSource,
116116
/// Dispatch the given type of MIDI message from the given interface.
117117
template <class MIDIInterface_t>
118118
static void dispatchIncoming(MIDIInterface_t *iface, MIDIReadEvent event);
119+
#if !DISABLE_PIPES
119120
/// Un-stall the given MIDI interface. Assumes the interface has been
120121
/// stalled because of a chunked SysEx messages. Waits until that message
121122
/// is finished.
122123
template <class MIDIInterface_t>
123124
static void handleStall(MIDIInterface_t *self);
124125
using MIDIStaller::handleStall;
126+
#endif
125127

126128
private:
127129
MIDI_Callbacks *callbacks = nullptr;

0 commit comments

Comments
 (0)