CarParams.Ecu: rename hcp to hybrid (#485)

* hcu can be generic

* hybrid is better. hcu can also be hydraulic control unit

* hybrid is better. hcu can also be hydraulic control unit

* alphabetical

* commacomma,,
This commit is contained in:
Shane Smiskol
2023-06-22 01:23:11 -07:00
committed by GitHub
parent 67af14c30d
commit 1de4176d3e

View File

@@ -628,6 +628,7 @@ struct CarParams {
engine @4;
unknown @5;
transmission @8; # Transmission Control Module
hybrid @18; # hybrid control unit, e.g. Chrysler's HCP, Honda's IMA Control Unit, Toyota's hybrid control computer
srs @9; # airbag
gateway @10; # can gateway
hud @11; # heads up display
@@ -648,9 +649,6 @@ struct CarParams {
vsa @13; # Vehicle Stability Assist
programmedFuelInjection @14;
# Chrysler only
hcp @18; # Hybrid Control Processor
debug @17;
}