mirror of https://github.com/commaai/panda.git
use mazda init
This commit is contained in:
parent
08db086d58
commit
9bece64e8f
|
@ -206,11 +206,11 @@ static void mazda_init(int16_t param) {
|
|||
UNUSED(param);
|
||||
controls_allowed = false;
|
||||
relay_malfunction_reset();
|
||||
mazda_lkas_on = false;
|
||||
mazda_lkas_allowed = false;
|
||||
}
|
||||
|
||||
const safety_hooks mazda_hooks = {
|
||||
.init = nooutput_init,
|
||||
.init = mazda_init,
|
||||
.rx = mazda_rx_hook,
|
||||
.tx = mazda_tx_hook,
|
||||
.tx_lin = nooutput_tx_lin_hook,
|
||||
|
|
Loading…
Reference in New Issue