Skip to content

Commit

Permalink
fixing ordinal cereal
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelFernandezCimp committed Jan 25, 2024
1 parent 4b64b99 commit e14ebdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,9 @@ struct CarParams {
enableBsm @56 :Bool; # blind spot monitoring
flags @64 :UInt32; # flags for car specific quirks
experimentalLongitudinalAvailable @71 :Bool;
pcmCruiseSpeed @73 :Bool; # is openpilot's state tied to the PCM's cruise speed?
customStockLongAvailable @74 :Bool;
spFlags @75 :UInt32; # flags for car specific quirks in sunnypilot
pcmCruiseSpeed @74 :Bool; # is openpilot's state tied to the PCM's cruise speed?
customStockLongAvailable @75 :Bool;
spFlags @76 :UInt32; # flags for car specific quirks in sunnypilot

minEnableSpeed @7 :Float32;
minSteerSpeed @8 :Float32;
Expand Down

0 comments on commit e14ebdc

Please sign in to comment.