Skip to content

Commit

Permalink
fix buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Apr 6, 2022
1 parent 625cab7 commit c19334e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion selfdrive/car/hyundai/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

ButtonType = car.CarState.ButtonEvent.Type
EventName = car.CarEvent.EventName
ENABLE_BUTTONS = (Buttons.RES_DECEL, Buttons.RES_ACCEL)
ENABLE_BUTTONS = (Buttons.RES_ACCEL, Buttons.SET_DECEL)


class CarInterface(CarInterfaceBase):
@staticmethod
Expand Down

0 comments on commit c19334e

Please sign in to comment.