Commit 11189806 authored by Adam Wujek's avatar Adam Wujek

proto-standard: hardcode to use PTP one-step as master

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent 851c4244
......@@ -162,7 +162,7 @@ int msg_pack_sync(struct pp_instance *ppi, struct pp_time *orig_tstamp)
int len= __msg_pack_header(ppi, mf);
/* Header */
flags8[0] = PP_TWO_STEP_FLAG; /* Table 20 */
flags8[0] = 0; //PP_TWO_STEP_FLAG; /* Table 20 */
__msg_set_seq_id(ppi,mf);
/* Sync message */
......
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