Skip to content

Commit 3a31a36

Browse files
author
Francois Best
committed
Changed def to match updates to cake library (FortySevenEffects/cake)
1 parent de51bcf commit 3a31a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MIDI.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ template<class SerialPort, class Settings>
8484
void MidiInterface<SerialPort, Settings>::begin(Channel inChannel)
8585
{
8686
// Initialise the Serial port
87-
#if defined(FSE_AVR)
87+
#if defined(AVR_CAKE)
8888
mSerial. template open<Settings::BaudRate>();
8989
#else
9090
mSerial.begin(Settings::BaudRate);

0 commit comments

Comments
 (0)