From d27257bbbb0f61fa52977edcb288fb164d292f86 Mon Sep 17 00:00:00 2001 From: Rick Lan Date: Fri, 9 Nov 2018 13:34:36 +1000 Subject: [PATCH] more changes for removing lexus specific safety. --- cereal/car.capnp | 1 - panda/board/safety/safety_toyota.h | 2 +- selfdrive/boardd/boardd.cc | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cereal/car.capnp b/cereal/car.capnp index 319d53319..6b2e95f6c 100644 --- a/cereal/car.capnp +++ b/cereal/car.capnp @@ -314,7 +314,6 @@ struct CarParams { hyundai @8; chrysler @9; tesla @10; - lexusIsh @11; } # things about the car in the manual diff --git a/panda/board/safety/safety_toyota.h b/panda/board/safety/safety_toyota.h index 9c624926f..0a21cf9ee 100644 --- a/panda/board/safety/safety_toyota.h +++ b/panda/board/safety/safety_toyota.h @@ -187,4 +187,4 @@ const safety_hooks toyota_nolimits_hooks = { .tx_lin = nooutput_tx_lin_hook, .ignition = default_ign_hook, .fwd = toyota_fwd_hook, -}; \ No newline at end of file +}; diff --git a/selfdrive/boardd/boardd.cc b/selfdrive/boardd/boardd.cc index 7f3387891..aae2b665a 100644 --- a/selfdrive/boardd/boardd.cc +++ b/selfdrive/boardd/boardd.cc @@ -689,4 +689,4 @@ int main() { libusb_close(dev_handle); libusb_exit(ctx); -} \ No newline at end of file +}