mirror of
https://github.com/commaai/msgq.git
synced 2026-06-11 23:44:58 +08:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user