Corrected typo: Lenght - Length
This commit is contained in:
parent
58474673b4
commit
e486667d8a
|
|
@ -770,7 +770,7 @@ bool MidiInterface<SerialPort, Settings>::parse()
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SystemExclusive:
|
case SystemExclusive:
|
||||||
// The message can be any lenght
|
// The message can be any length
|
||||||
// between 3 and MidiMessage::sSysExMaxSize bytes
|
// between 3 and MidiMessage::sSysExMaxSize bytes
|
||||||
mPendingMessageExpectedLength = MidiMessage::sSysExMaxSize;
|
mPendingMessageExpectedLength = MidiMessage::sSysExMaxSize;
|
||||||
mRunningStatus_RX = InvalidType;
|
mRunningStatus_RX = InvalidType;
|
||||||
|
|
@ -1047,7 +1047,7 @@ inline const byte* MidiInterface<SerialPort, Settings>::getSysExArray() const
|
||||||
return mMessage.sysexArray;
|
return mMessage.sysexArray;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*! \brief Get the lenght of the System Exclusive array.
|
/*! \brief Get the length of the System Exclusive array.
|
||||||
|
|
||||||
It is coded using data1 as LSB and data2 as MSB.
|
It is coded using data1 as LSB and data2 as MSB.
|
||||||
\return The array's length, in bytes.
|
\return The array's length, in bytes.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue