PPS_INTCOUNT
if (--ntpdata->pps_intcnt <= -PPS_INTCOUNT) {
ntpdata->pps_intcnt = -PPS_INTCOUNT;
if (++ntpdata->pps_intcnt >= PPS_INTCOUNT) {
ntpdata->pps_intcnt = PPS_INTCOUNT;