conf: add precision option to hwtimestamp directive

This commit is contained in:
Miroslav Lichvar
2017-01-19 12:40:18 +01:00
parent 98f5d05925
commit 1436d9961f
4 changed files with 10 additions and 2 deletions

1
conf.h
View File

@@ -121,6 +121,7 @@ extern double CNF_GetInitStepThreshold(void);
typedef struct {
char *name;
double precision;
double tx_comp;
double rx_comp;
} CNF_HwTsInterface;