more changes for removing lexus specific safety.

This commit is contained in:
Rick Lan
2018-11-09 13:34:36 +10:00
parent 096aec71e5
commit afa8692dbe
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -314,7 +314,6 @@ struct CarParams {
hyundai @8;
chrysler @9;
tesla @10;
lexusIsh @11;
}
# things about the car in the manual
+1 -1
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,
};
};
+1 -1
View File
@@ -689,4 +689,4 @@ int main() {
libusb_close(dev_handle);
libusb_exit(ctx);
}
}