Commit faf82346 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

wr-constants: increase PLL lock timeout to 60 seconds, it takes a while on the OCXO in eRTM15

parent 1af0725b
......@@ -23,8 +23,8 @@
#define WR_DEFAULT_STATE_TIMEOUT_MS 300 /* [ms] */
#define WR_WRS_PRESENT_TIMEOUT_MS 1000
#define WR_M_LOCK_TIMEOUT_MS 15000
#define WR_S_LOCK_TIMEOUT_MS 15000
#define WR_M_LOCK_TIMEOUT_MS 60000
#define WR_S_LOCK_TIMEOUT_MS 60000
#define WR_STATE_RETRY 3 /* if WR handhsake fails */
/* White Rabbit package Size */
......
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