* fixed .tx_lin assignment

This commit is contained in:
Rick Lan
2018-09-19 13:59:00 +10:00
parent fbbfcc5a74
commit f8752fbe2c
+1 -1
View File
@@ -204,7 +204,7 @@ const safety_hooks lexus_ish_hooks = {
.init = lexus_ish_init,
.rx = toyota_rx_hook,
.tx = toyota_tx_hook,
.tx_lin = toyota_tx_lin_hook,
.tx_lin = nooutput_tx_lin_hook,
.ignition = default_ign_hook,
.fwd = toyota_fwd_hook,
};