refclock: fix compiler warning on FreeBSD
This commit is contained in:
parent
0adc8e8f92
commit
88e0ec07aa
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ static int pps_poll(RCL_Instance instance)
|
||||||
|
|
||||||
if (seq == pps->last_seq || UTI_IsZeroTimespec(&ts)) {
|
if (seq == pps->last_seq || UTI_IsZeroTimespec(&ts)) {
|
||||||
DEBUG_LOG("PPS sample ignored seq=%lu ts=%s",
|
DEBUG_LOG("PPS sample ignored seq=%lu ts=%s",
|
||||||
seq, UTI_TimespecToString(&ts));
|
(unsigned long)seq, UTI_TimespecToString(&ts));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue