Adjusted DC clock discipline parameters.

This commit is contained in:
Florian Pose 2012-11-20 14:53:36 +01:00
parent becf05dbd6
commit 075ac4aee8
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
/** Time difference [ns] to tolerate without setting a new system time offset.
*/
#define EC_SYSTEM_TIME_TOLERANCE_NS 100000000
#define EC_SYSTEM_TIME_TOLERANCE_NS 1000000
/*****************************************************************************/

View File

@ -49,7 +49,7 @@
* Wait for DC time difference to drop under this absolute value before
* requesting SAFEOP.
*/
#define EC_DC_MAX_SYNC_DIFF_NS 5000
#define EC_DC_MAX_SYNC_DIFF_NS 10000
/** Maximum time (in ms) to wait for clock discipline.
*/