From 8e346aa6689b79eecbca7ba2387c20270cdffb60 Mon Sep 17 00:00:00 2001 From: Rick Lan Date: Wed, 12 Dec 2018 11:50:06 +1000 Subject: [PATCH] revert changes. --- selfdrive/car/toyota/carstate.py | 2 +- selfdrive/car/toyota/interface.py | 2 +- selfdrive/car/toyota/values.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/selfdrive/car/toyota/carstate.py b/selfdrive/car/toyota/carstate.py index 003221aa9..71d33b0ab 100644 --- a/selfdrive/car/toyota/carstate.py +++ b/selfdrive/car/toyota/carstate.py @@ -161,4 +161,4 @@ class CarState(object): if self.CP.carFingerprint == CAR.PRIUS: self.generic_toggle = cp.vl["AUTOPARK_STATUS"]['STATE'] != 0 else: - self.generic_toggle = bool(cp.vl["LIGHT_STALK"]['AUTO_HIGH_BEAM']) \ No newline at end of file + self.generic_toggle = bool(cp.vl["LIGHT_STALK"]['AUTO_HIGH_BEAM']) diff --git a/selfdrive/car/toyota/interface.py b/selfdrive/car/toyota/interface.py index 00fa8a82d..57e90339c 100755 --- a/selfdrive/car/toyota/interface.py +++ b/selfdrive/car/toyota/interface.py @@ -352,4 +352,4 @@ class CarInterface(object): c.hudControl.audibleAlert, self.forwarding_camera) self.frame += 1 - return False \ No newline at end of file + return False diff --git a/selfdrive/car/toyota/values.py b/selfdrive/car/toyota/values.py index 6ec19c2bc..ac67fbc66 100644 --- a/selfdrive/car/toyota/values.py +++ b/selfdrive/car/toyota/values.py @@ -161,4 +161,4 @@ DBC = { CAR.HIGHLANDERH: dbc_dict('toyota_highlander_hybrid_2018_pt_generated', 'toyota_prius_2017_adas'), } -NO_DSU_CAR = [CAR.CHR, CAR.CHRH, CAR.CAMRY, CAR.CAMRYH] \ No newline at end of file +NO_DSU_CAR = [CAR.CHR, CAR.CHRH, CAR.CAMRY, CAR.CAMRYH]