refclock: fix compiler warning on FreeBSD

This commit is contained in:
Miroslav Lichvar 2018-08-30 11:32:11 +02:00
parent 0adc8e8f92
commit 88e0ec07aa

View file

@ -147,7 +147,7 @@ static int pps_poll(RCL_Instance instance)
if (seq == pps->last_seq || UTI_IsZeroTimespec(&ts)) {
DEBUG_LOG("PPS sample ignored seq=%lu ts=%s",
seq, UTI_TimespecToString(&ts));
(unsigned long)seq, UTI_TimespecToString(&ts));
return 0;
}