Commit 0d68a29c authored by Tristan Gingold's avatar Tristan Gingold

wr-constants: increase PLL lock timeout to 60 seconds

it takes a while on the OCXO in eRTM15
parent 43f319b5
......@@ -28,8 +28,8 @@
#define WR_DEFAULT_STATE_TIMEOUT_MS 300 /* [ms] ML: not really used*/
#define WR_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_LOCKED_TIMEOUT_MS 300
#define WR_CALIBRATION_TIMEOUT_MS 3000
#define WR_RESP_CALIB_REQ_TIMEOUT_MS 300 // 3
......
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