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 9a4b8b6 commit 03d73c2Copy full SHA for 03d73c2
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