small optimization

This commit is contained in:
Martin Brodbeck 2024-03-06 14:53:26 +01:00
parent aa05bb558d
commit 87ea5f663f
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ int main()
settings.mode = Mode::Straight;
break;
default:
break;
std::unreachable();
}
keyerQueueData.cmd = KeyerQueueCommand::Config;