only: HYUNDAI_PB

This commit is contained in:
rusefillc 2024-03-08 22:47:06 -05:00
parent ea39fa28bc
commit 9fa2de28ea
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class TuneCanToolRunner extends TuneCanTool {
processREOtune(985, engine_type_e.MAZDA_MIATA_NB2, "MazdaMiataNB2", "nb2");
processREOtune(1508, engine_type_e.HELLEN_154_HYUNDAI_COUPE_BK1, "COUPE-BK1", "coupleBK1");
processREOtune(1507, engine_type_e.HELLEN_154_HYUNDAI_COUPE_BK2, "COUPE-BK2", "coupleBK2");
processREOtune(1576, engine_type_e.HYUNDAI_PB, "PB", "pb");
processREOtune(1620, engine_type_e.HYUNDAI_PB, "PB", "pb");
processREOtune(1591, engine_type_e.BMW_M52, "M52", "");
processREOtune(1490, engine_type_e.MERCEDES_M111, "m111-alex", "");
}