Commit 5243cbc6 authored by Maciej Lipinski's avatar Maciej Lipinski Committed by Jean-Claude BAU

[HAL] in LPCD tx_setup, clear only _pll_state.channels flags relevant for port

parent 08d5fa43
......@@ -250,8 +250,7 @@ static int _hal_port_tx_setup_state_measure_phase(void *vpfg, int eventMsk, int
rts_enable_ptracker(ps->hw_index, 0);
rts_enable_ptracker(ps->hw_index, 1);
for (i = 0; i < RTS_PLL_CHANNELS; i++)
_pll_state.channels[i].flags = 0;
_pll_state.channels[ps->hw_index].flags = 0;
_fireState(vpfg, HAL_PORT_TX_SETUP_STATE_VALIDATE);
} else
......
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