This commit is contained in:
rusefi 2020-11-22 00:13:55 -05:00
parent ae932d2366
commit 7c2eaee40f
1 changed files with 3 additions and 0 deletions

View File

@ -254,6 +254,9 @@ static void handleBenchCategory(uint16_t index) {
case CMD_TS_BENCH_MAIN_RELAY:
mainRelayBench();
return;
case CMD_TS_BENCH_HPFP_VALVE:
hpfpValveBench();
return;
case CMD_TS_BENCH_FUEL_PUMP:
// cmd_test_fuel_pump
fuelPumpBench();