Commit 9aab76b3 authored by Sven Meier's avatar Sven Meier

variance: changed default value to default according to IEEE1588

We don't compute the variance so the default value shall be 0xFFFF
parent 6876dba5
......@@ -39,9 +39,7 @@
#define PP_DEFAULT_CLOCK_ACCURACY 0xFE
#define PP_DEFAULT_PRIORITY1 128
#define PP_DEFAULT_PRIORITY2 128
#define PP_DEFAULT_CLOCK_VARIANCE 0x8000 /* take the middle
* between min and max
*/
#define PP_DEFAULT_CLOCK_VARIANCE 0xFFFF /* not computed */
#define PP_NR_FOREIGN_RECORDS 5
#define PP_FOREIGN_MASTER_TIME_WINDOW 4
......
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