only: dead
This commit is contained in:
parent
d470a67d33
commit
cc3ca5fc48
|
@ -126,10 +126,6 @@ void printConfiguration() {
|
||||||
boolToString(engineConfiguration->isMapAveragingEnabled),
|
boolToString(engineConfiguration->isMapAveragingEnabled),
|
||||||
boolToString(engineConfiguration->isWaveAnalyzerEnabled));
|
boolToString(engineConfiguration->isWaveAnalyzerEnabled));
|
||||||
|
|
||||||
efiPrintf("isManualSpinningMode=%s/isCylinderCleanupEnabled=%s",
|
|
||||||
boolToString(engineConfiguration->isManualSpinningMode),
|
|
||||||
boolToString(engineConfiguration->isCylinderCleanupEnabled));
|
|
||||||
|
|
||||||
efiPrintf("clutchUp@%s: %s", hwPortname(engineConfiguration->clutchUpPin),
|
efiPrintf("clutchUp@%s: %s", hwPortname(engineConfiguration->clutchUpPin),
|
||||||
boolToString(engine->engineState.clutchUpState));
|
boolToString(engine->engineState.clutchUpState));
|
||||||
efiPrintf("clutchDown@%s: %s", hwPortname(engineConfiguration->clutchDownPin),
|
efiPrintf("clutchDown@%s: %s", hwPortname(engineConfiguration->clutchDownPin),
|
||||||
|
|
Loading…
Reference in New Issue