LCOV_EXCL_LINE in sendCommon

This commit is contained in:
lathoub 2020-03-23 21:54:23 +01:00
parent 4e970d586a
commit 9a0f2dcf21
1 changed files with 2 additions and 0 deletions

View File

@ -471,6 +471,8 @@ void MidiInterface<Transport, Settings, Platform>::sendCommon(MidiType inType, D
break;
case TuneRequest:
break;
default:
break; // LCOV_EXCL_LINE - Coverage blind spot
}
mTransport.endTransmission();
UpdateLastSentTime();