removing dead code
This commit is contained in:
parent
95cb504d1e
commit
062c1ff6a7
|
@ -344,7 +344,6 @@ static void printState(void) {
|
|||
// ITM_SendChar(msg[i]);
|
||||
// }
|
||||
|
||||
int rpm = getRpmE(engine);
|
||||
if (subscription[(int) RO_TOTAL_REVOLUTION_COUNTER])
|
||||
debugInt(&logger, "ckp_c", getCrankEventCounter());
|
||||
if (subscription[(int) RO_RUNNING_REVOLUTION_COUNTER])
|
||||
|
@ -361,10 +360,6 @@ static void printState(void) {
|
|||
|
||||
// debugInt(&logger, "idl", getIdleSwitch());
|
||||
|
||||
// debugFloat(&logger, "table_spark", getAdvance(rpm, getMaf()), 2);
|
||||
|
||||
// float map = getMap();
|
||||
|
||||
#endif /* EFI_SHAFT_POSITION_INPUT */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue