Skip to content

Commit

Permalink
fix spacing in toyota/carstate.py (commaai#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
eFiniLan authored and rbiasini committed Jul 12, 2019
1 parent 99a96a9 commit 4db632d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/car/toyota/carstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def get_can_parser(CP):

# add gas interceptor reading if we are using it
if CP.enableGasInterceptor:
signals.append(("INTERCEPTOR_GAS", "GAS_SENSOR", 0))
checks.append(("GAS_SENSOR", 50))
signals.append(("INTERCEPTOR_GAS", "GAS_SENSOR", 0))
checks.append(("GAS_SENSOR", 50))

return CANParser(DBC[CP.carFingerprint]['pt'], signals, checks, 0, timeout=100)

Expand Down

0 comments on commit 4db632d

Please sign in to comment.