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 +}