Commit ef04daa5 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

increase HAL connection retries, in GM mode it takes longer to lock PLLs

parent 2e46712e
......@@ -174,7 +174,7 @@ void ptpd_netif_linearize_rx_timestamp(wr_timestamp_t *ts, int32_t dmtd_phase, i
ts->phase = clock_period - 1 -ts->phase;
}
#define HAL_CONNECT_RETRIES 10
#define HAL_CONNECT_RETRIES 1000
#define HAL_CONNECT_TIMEOUT 2000000 /* us */
......
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