Skip to content

Commit

Permalink
January 20, 2024 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogAi committed Jan 20, 2024
1 parent 11204d4 commit 527f49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/gm/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def _update(self, c):
self.CP.transmissionType == TransmissionType.direct and \
not self.CS.single_pedal_mode and \
c.longActive:
events.add(EventName.pedalInterceptorNoBrake)
events.add(FrogPilotEventName.pedalInterceptorNoBrake)

ret.events = events.to_msg()

Expand Down

0 comments on commit 527f49a

Please sign in to comment.