Changed def to match updates to cake library (FortySevenEffects/cake)
This commit is contained in:
parent
9a4b8b6c86
commit
03d73c2b09
|
|
@ -84,7 +84,7 @@ template<class SerialPort, class Settings>
|
|||
void MidiInterface<SerialPort, Settings>::begin(Channel inChannel)
|
||||
{
|
||||
// Initialise the Serial port
|
||||
#if defined(FSE_AVR)
|
||||
#if defined(AVR_CAKE)
|
||||
mSerial. template open<Settings::BaudRate>();
|
||||
#else
|
||||
mSerial.begin(Settings::BaudRate);
|
||||
|
|
|
|||
Loading…
Reference in New Issue