Skip to content

Commit

Permalink
Removed wrong gear signal (commaai#42)
Browse files Browse the repository at this point in the history
Removed wrong gear signal and renamed correct signal for Gearbox
  • Loading branch information
vanillagorillaa authored and rbiasini committed Oct 17, 2017
1 parent 962c8b1 commit 55233a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions honda_civic_touring_2016_can.dbc
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ BO_ 399 STEER_STATUS: 7 EPS

BO_ 401 GEARBOX: 8 PCM
SG_ GEAR_SHIFTER : 5|6@0+ (1,0) [0|63] "" NEO
SG_ GEAR : 35|4@0+ (1,0) [0|15] "" NEO
SG_ GEAR_2 : 43|4@0+ (1,0) [0|15] "" NEO
SG_ GEAR : 43|4@0+ (1,0) [0|15] "" NEO
SG_ COUNTER : 61|2@0+ (1,0) [0|3] "" NEO
SG_ CHECKSUM : 59|4@0+ (1,0) [0|3] "" NEO

Expand Down Expand Up @@ -412,7 +411,7 @@ CM_ SG_ 829 BEEP "beeps are pleasant, chimes are for warnngs etc...";
CM_ SG_ 806 REVERSE_LIGHT "Might be reverse gear selected and not the lights";
VAL_ 399 STEER_STATUS 5 "fault" 4 "no_torque_alert_2" 2 "no_torque_alert_1" 0 "normal" ;
VAL_ 401 GEAR_SHIFTER 32 "L" 16 "S" 8 "D" 4 "N" 2 "R" 1 "P" ;
VAL_ 401 GEAR_2 7 "L" 10 "S" 4 "D" 3 "N" 2 "R" 1 "P" ;
VAL_ 401 GEAR 7 "L" 10 "S" 4 "D" 3 "N" 2 "R" 1 "P" ;
VAL_ 450 EPB_STATE 3 "engaged" 2 "disengaging" 1 "engaging" 0 "disengaged" ;
VAL_ 506 CHIME 4 "double_chime" 3 "single_chime" 2 "continuous_chime" 1 "repeating_chime" 0 "no_chime" ;
VAL_ 545 ECON_ON_2 0 "off" 3 "on" ;
Expand Down

0 comments on commit 55233a2

Please sign in to comment.