Remove unused macro.
Ever since 0afedd79
, the DEFAULT_PHC macro is obsolete.
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
parent
48e83e8afa
commit
aeba3afd91
2
ptp4l.c
2
ptp4l.c
|
@ -28,8 +28,6 @@
|
||||||
#include "sk.h"
|
#include "sk.h"
|
||||||
#include "transport.h"
|
#include "transport.h"
|
||||||
|
|
||||||
#define DEFAULT_PHC "/dev/ptp0"
|
|
||||||
|
|
||||||
int assume_two_step;
|
int assume_two_step;
|
||||||
int sk_tx_retries = 2, sk_prefer_layer2 = 0; /*see sk.c*/
|
int sk_tx_retries = 2, sk_prefer_layer2 = 0; /*see sk.c*/
|
||||||
double configured_pi_kp, configured_pi_ki; /*see pi.c*/
|
double configured_pi_kp, configured_pi_ki; /*see pi.c*/
|
||||||
|
|
Loading…
Reference in New Issue