set length of ptp text defaults
Signed-off-by: Geoff Salmon <gsalmon@se-instruments.com>master
parent
1ce90fe160
commit
fd27f99045
6
ptp4l.c
6
ptp4l.c
|
@ -56,11 +56,13 @@ static struct config cfg_settings = {
|
|||
.clock_desc = {
|
||||
.productDescription = {
|
||||
.max_symbols = 64,
|
||||
.text = ";;"
|
||||
.text = ";;",
|
||||
.length = 2,
|
||||
},
|
||||
.revisionData = {
|
||||
.max_symbols = 32,
|
||||
.text = ";;"
|
||||
.text = ";;",
|
||||
.length = 2,
|
||||
},
|
||||
.userDescription = { .max_symbols = 128 },
|
||||
.manufacturerIdentity = { 0, 0, 0 },
|
||||
|
|
Loading…
Reference in New Issue