Commit 5f9d76fe authored by Omar Gabella's avatar Omar Gabella

forgot a 'P'

parent 68d0f8e0
...@@ -47,7 +47,7 @@ int wr_calibrated(struct pp_instance *ppi, unsigned char *pkt, int plen) ...@@ -47,7 +47,7 @@ int wr_calibrated(struct pp_instance *ppi, unsigned char *pkt, int plen)
#ifdef BROADCAST_BASE #ifdef BROADCAST_BASE
if (memcmp(ppi->received_ptp_header.targetIdentity.clockIdentity.id, if (memcmp(ppi->received_ptp_header.targetIdentity.clockIdentity.id,
DSPOR(ppi)->portIdentity.clockIdentity.id, DSPOR(ppi)->portIdentity.clockIdentity.id,
P_CLOCK_IDENTITY_LENGTH)!=0) PP_CLOCK_IDENTITY_LENGTH)!=0)
{ {
ppi->next_state = WRS_WR_LINK_ON; ppi->next_state = WRS_WR_LINK_ON;
} }
......
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