Commit 13750d11 authored by Adam Wujek's avatar Adam Wujek

[BUG: #50] Revert "wr-constants: increase PLL lock timeout to 60 seconds"

This reverts commit 0d68a29c.
parent 86eb4cbb
......@@ -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 60000
#define WR_S_LOCK_TIMEOUT_MS 60000
#define WR_M_LOCK_TIMEOUT_MS 15000
#define WR_S_LOCK_TIMEOUT_MS 15000
#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