only:dead line

This commit is contained in:
rusefillc 2023-06-13 21:31:39 -04:00
parent d48d508d6a
commit 44ed1c2fba
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ void slowStartStopButtonCallback() {
return; return;
} }
// todo: should this be simply FSIO?
if (engine->rpmCalculator.isRunning()) { if (engine->rpmCalculator.isRunning()) {
// turn starter off once engine is running // turn starter off once engine is running
bool wasStarterEngaged = enginePins.starterControl.getAndSet(0); bool wasStarterEngaged = enginePins.starterControl.getAndSet(0);