more changes for removing lexus specific safety.

This commit is contained in:
Rick Lan
2018-11-09 13:34:36 +10:00
parent 53f2722a3d
commit d27257bbbb
3 changed files with 2 additions and 3 deletions

View File

@@ -314,7 +314,6 @@ struct CarParams {
hyundai @8;
chrysler @9;
tesla @10;
lexusIsh @11;
}
# things about the car in the manual

View File

@@ -187,4 +187,4 @@ const safety_hooks toyota_nolimits_hooks = {
.tx_lin = nooutput_tx_lin_hook,
.ignition = default_ign_hook,
.fwd = toyota_fwd_hook,
};
};

View File

@@ -689,4 +689,4 @@ int main() {
libusb_close(dev_handle);
libusb_exit(ctx);
}
}