This commit is contained in:
rusefi 2019-12-14 18:33:08 -05:00
parent db3ae5b03f
commit 1c7de824e2
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ static void showEthInfo(void) {
for (int i = 0 ; i < engine->etbActualCount; i++) {
EtbHardware *etb = &etbHardware[i];
scheduleMsg(&logger, "ETB %%d", i);
scheduleMsg(&logger, "ETB %d", i);
scheduleMsg(&logger, "Motor: dir=%d DC=%f", etb->dcMotor.isOpenDirection(), etb->dcMotor.get());
etbControllers[i].showStatus(&logger);
}