Commit 7a240a19 authored by Jean-Claude BAU's avatar Jean-Claude BAU

Missing returned value

_hal_port_tx_setup_state_wait_other_ports() was not returning a value.
parent b96b3c8d
......@@ -311,6 +311,7 @@ static int _hal_port_tx_setup_state_wait_other_ports(void *vpfg, int eventMsk, i
_write_tx_calibration_file(ps);
_fireState(vpfg,HAL_PORT_TX_SETUP_STATE_DONE);
}
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment