Skip to content

Commit

Permalink
missing V_PID_FILE constant (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
tb205gti authored and BogGyver committed Nov 7, 2019
1 parent 86d29e1 commit 418ba3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions selfdrive/car/tesla/PCC_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
# Pull the cruise stalk twice in this many ms for a 'double pull'
STALK_DOUBLE_PULL_MS = 750

V_PID_FILE = '/data/params/d/pidParams'

class Mode():
label = None

Expand Down

0 comments on commit 418ba3c

Please sign in to comment.