This commit is contained in:
rusefillc 2022-01-03 03:09:14 -05:00
parent 598f9d052f
commit 47444519d6
2 changed files with 3 additions and 3 deletions

View File

@ -223,7 +223,7 @@ void mainRelayBench(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) {
@ -443,7 +443,7 @@ void executeTSCommand(uint16_t subsystem, uint16_t index) {
case TS_INJECTOR_CATEGORY:
if (!running) {
doRunFuel(index, "300", "4", "400", "3");
doRunFuel(index, "300", /*onTime*/"4", /*offTime*/"400", "3");
}
break;

View File

@ -298,7 +298,7 @@ int gpiochips_readPad(brain_pin_e pin)
/**
* @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 PIN_OK in case of chip does not support getting diagnostic
* else return brain_pin_diag_e from gpiochip driver;