Skip to content
  • Maciej Lipinski's avatar
    [fix issue #25] set doRestart flag when servo is resetted on link down · 10315b89
    Maciej Lipinski authored
    When link goes down, the servo_reset function is called, this is
    the perfect place to force the restart of WR link Setup. Yet, this
    function is called also when WR link setup times out. In this case,
    we do not want to force its re-running. Thus, the doRestart flag is
    set only on link down detection.
    10315b89