Added comments for fixing the incorrect edge parameter passed to time_pps_kcbind.
refclock_nmea.c:
Fixed the incorrect edge parameter being passed to time_pps_kcbind.
bk: 4832cc51I8yDvzmzKUz0jZU4sFvNPw
+* Fixed the incorrect edge parameter being passed to time_pps_kcbind.
* [Bug 399] NMEA refclock driver does not honor time1 offset if flag3 set.
* [Bug 985] Modifications to NMEA reference clock driver to support Accord GPS Clock.
* [Bug 1022] Fix compilation problems with yesterday's commit.
}
if (enb_hardpps) {
if (time_pps_kcbind(up->handle, PPS_KC_HARDPPS,
- up->pps_params.mode & ~PPS_TSFMT_TSPEC,
+ up->pps_params.mode & 0x0F,
PPS_TSFMT_TSPEC) < 0) {
msyslog(LOG_ERR,
"refclock_nmea: time_pps_kcbind failed: %m");