Commit 81278bd1 authored by Adam Wujek's avatar Adam Wujek 💬

wr-servo: change SNMP_MAX_OFFSET_PS to 500

Make max offset range from -500ps to +500ps, instead of -1000ps to +1000ps
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent b9f3fde4
......@@ -13,7 +13,7 @@
#define FIX_ALPHA_FRACBITS 40
/* Define threshold values for SNMP */
#define SNMP_MAX_OFFSET_PS 1000
#define SNMP_MAX_OFFSET_PS 500
#define SNMP_MAX_DELTA_RTT_PS 1000
static const char *servo_name[] = {
......
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