Commit bf5f6de9 authored by Peter Jansweijer's avatar Peter Jansweijer

incremented mode master lock timeout

parent 0cc9d341
...@@ -108,7 +108,7 @@ int wrc_ptp_init() ...@@ -108,7 +108,7 @@ int wrc_ptp_init()
return 0; return 0;
} }
#define LOCK_TIMEOUT_FM (4 * TICS_PER_SECOND) #define LOCK_TIMEOUT_FM (20 * TICS_PER_SECOND)
#define LOCK_TIMEOUT_GM (60 * TICS_PER_SECOND) #define LOCK_TIMEOUT_GM (60 * TICS_PER_SECOND)
int wrc_ptp_set_mode(int mode) int wrc_ptp_set_mode(int mode)
......
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