Commit 00913064 authored by Peter Jansweijer's avatar Peter Jansweijer

slightly wider tolerance avoids endless sampling and no link up

parent 80a6aa3e
Pipeline #3706 failed with stage
in 0 seconds
......@@ -261,7 +261,7 @@ static int tx_fsm_update(void)
//pr_info("Using phase from file :%d\n",
//fsm->cal_saved_phase);
fsm->expected_phase = fsm->cal_saved_phase + TX_PHASE_OFFSET;
fsm->tollerance = 150; /*ps, bins are 200 ps wide*/
fsm->tollerance = 200; /*ps, bins are 200 ps wide*/
}
else // find a sane default
{
......
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