Mark SOCK driver as PPS capable
This commit is contained in:
parent
d1c7e1bb6c
commit
e63c51c6c0
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ RCL_AddRefclock(RefclockParameters *params)
|
|||
inst->driver = &RCL_SHM_driver;
|
||||
} else if (strncmp(params->driver_name, "SOCK", 4) == 0) {
|
||||
inst->driver = &RCL_SOCK_driver;
|
||||
pps_source = 1;
|
||||
} else if (strncmp(params->driver_name, "PPS", 4) == 0) {
|
||||
inst->driver = &RCL_PPS_driver;
|
||||
pps_source = 1;
|
||||
|
|
Loading…
Reference in a new issue