Commit db50f075 authored by Aurelio Colosimo's avatar Aurelio Colosimo

state-initializing: pp_init_clock skeleton is now present, use it

parent b2d0a400
......@@ -50,11 +50,7 @@ int pp_initializing(struct pp_instance *ppi, unsigned char *pkt, int plen)
if (pp_timer_init(ppi))
goto failure;
/* TODO Check the following code coming from ptpd.
*
* Init all remaining stuff:
* initClock(rtOpts, ptpClock);
*/
pp_init_clock(ppi);
m1(ppi);
......
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