Skip to content

Commit

Permalink
see if travis likes this #3
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Oct 20, 2019
1 parent 9c4e8e9 commit 35c3a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/toyota/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def update(self, c, can_strings):

# gear shifter
ret.gearShifter = self.CS.gear_shifter
ret.sportOn = self.CS.sport_on
ret.sportOn = 0#self.CS.sport_on

# gas pedal
ret.gas = self.CS.car_gas
Expand Down

0 comments on commit 35c3a39

Please sign in to comment.