Commit 4ea4b926 authored by Maciej Lipinski's avatar Maciej Lipinski

[tmp/experiment] modified WR_RESP_CALIB_REQ_TIMEOUT_MS to 100ms

per Veryx request, they cannot do less than 100ms
parent e0a49b77
......@@ -26,7 +26,7 @@
#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 3
#define WR_RESP_CALIB_REQ_TIMEOUT_MS 100 // 3
#define WR_CALIBRATED_TIMEOUT_MS 300
#define WR_DEFAULT_CAL_PERIOD WR_CALIBRATION_TIMEOUT_MS /* [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