Commit a6cee5f9 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk Committed by Alessandro Rubini

update pps_gen_set_time function call to follow new definition from commit 29f1b10 of wrpc-sw

parent 3a3c71e1
......@@ -32,7 +32,7 @@ static int wrpc_time_set(struct pp_instance *ppi, TimeInternal *t)
sec = t->seconds;
nsec = t->nanoseconds;
shw_pps_gen_set_time(sec, nsec);
shw_pps_gen_set_time(sec, nsec, PPSG_SET_ALL);
pp_diag(ppi, time, 1, "%s: %9lu.%09li\n", __func__,
(long)sec, (long)nsec);
return 0;
......
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