mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-13 10:55:01 +08:00
more changes for removing lexus specific safety.
This commit is contained in:
@@ -314,7 +314,6 @@ struct CarParams {
|
||||
hyundai @8;
|
||||
chrysler @9;
|
||||
tesla @10;
|
||||
lexusIsh @11;
|
||||
}
|
||||
|
||||
# things about the car in the manual
|
||||
|
||||
@@ -187,4 +187,4 @@ const safety_hooks toyota_nolimits_hooks = {
|
||||
.tx_lin = nooutput_tx_lin_hook,
|
||||
.ignition = default_ign_hook,
|
||||
.fwd = toyota_fwd_hook,
|
||||
};
|
||||
};
|
||||
|
||||
@@ -689,4 +689,4 @@ int main() {
|
||||
|
||||
libusb_close(dev_handle);
|
||||
libusb_exit(ctx);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user