tunerstudio: plain command should also light comm led

This commit is contained in:
Andrey Gusakov 2024-02-18 18:13:18 +03:00 committed by rusefillc
parent d9d232ad93
commit e0021544c9
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ static int tsProcessOne(TsChannelBase* tsChannel) {
}
if (tsInstance.handlePlainCommand(tsChannel, firstByte)) {
return -1;
return 0;
}
uint8_t secondByte;