We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de51bcf commit 3a31a36Copy full SHA for 3a31a36
src/MIDI.hpp
@@ -84,7 +84,7 @@ template<class SerialPort, class Settings>
84
void MidiInterface<SerialPort, Settings>::begin(Channel inChannel)
85
{
86
// Initialise the Serial port
87
-#if defined(FSE_AVR)
+#if defined(AVR_CAKE)
88
mSerial. template open<Settings::BaudRate>();
89
#else
90
mSerial.begin(Settings::BaudRate);
0 commit comments