typo
This commit is contained in:
parent
598f9d052f
commit
47444519d6
|
@ -223,7 +223,7 @@ void mainRelayBench(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void hpfpValveBench(void) {
|
void hpfpValveBench(void) {
|
||||||
pinbench(/*delay*/"1000", /* onTime */"20", /*oftime*/"500", "3", &enginePins.hpfpValve, engineConfiguration->hpfpValvePin);
|
pinbench(/*delay*/"1000", /* onTime */"20", /*offtime*/"500", "3", &enginePins.hpfpValve, engineConfiguration->hpfpValvePin);
|
||||||
}
|
}
|
||||||
|
|
||||||
void fuelPumpBench(void) {
|
void fuelPumpBench(void) {
|
||||||
|
@ -443,7 +443,7 @@ void executeTSCommand(uint16_t subsystem, uint16_t index) {
|
||||||
|
|
||||||
case TS_INJECTOR_CATEGORY:
|
case TS_INJECTOR_CATEGORY:
|
||||||
if (!running) {
|
if (!running) {
|
||||||
doRunFuel(index, "300", "4", "400", "3");
|
doRunFuel(index, "300", /*onTime*/"4", /*offTime*/"400", "3");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
@ -298,7 +298,7 @@ int gpiochips_readPad(brain_pin_e pin)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Get diagnostic for given gpio
|
* @brief Get diagnostic for given gpio
|
||||||
* @details actual output value depent on gpiochip capabilities
|
* @details actual output value depend on gpiochip capabilities
|
||||||
* returns -1 in case of pin not belong to any gpio chip
|
* returns -1 in case of pin not belong to any gpio chip
|
||||||
* returns PIN_OK in case of chip does not support getting diagnostic
|
* returns PIN_OK in case of chip does not support getting diagnostic
|
||||||
* else return brain_pin_diag_e from gpiochip driver;
|
* else return brain_pin_diag_e from gpiochip driver;
|
||||||
|
|
Loading…
Reference in New Issue