auto-sync

This commit is contained in:
rusEfi 2017-01-14 13:06:21 -05:00
parent b8a1a02ab2
commit 10566243ee
2 changed files with 4 additions and 1 deletions

View File

@ -155,7 +155,7 @@ void fanBench(void) {
}
void milBench(void) {
pinbench("0", "3000", "100", "1", &enginePins.checkEnginePin, boardConfiguration->malfunctionIndicatorPin);
pinbench("0", "500", "500", "16", &enginePins.checkEnginePin, boardConfiguration->malfunctionIndicatorPin);
}
void fuelPumpBenchExt(const char *durationMs) {

View File

@ -8,6 +8,9 @@
#include "trigger_rover.h"
/**
* https://en.wikipedia.org/wiki/Rover_K-series_engine
*/
void initializeRoverK(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) {
s->initialize(FOUR_STROKE_CRANK_SENSOR, false);