mirror of https://github.com/rusefi/wideband.git
oops
This commit is contained in:
parent
e16c1b626d
commit
0e350c9f66
|
@ -23,11 +23,11 @@ static void PumpThread(void*)
|
||||||
|
|
||||||
// result is in mA
|
// result is in mA
|
||||||
SetPumpCurrentTarget(result / 1000.0f);
|
SetPumpCurrentTarget(result / 1000.0f);
|
||||||
|
}
|
||||||
|
|
||||||
// Run at 500hz
|
// Run at 500hz
|
||||||
chThdSleepMilliseconds(2);
|
chThdSleepMilliseconds(2);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void StartPumpControl()
|
void StartPumpControl()
|
||||||
|
|
Loading…
Reference in New Issue