set length of ptp text defaults

Signed-off-by: Geoff Salmon <gsalmon@se-instruments.com>
master
Geoff Salmon 2013-02-09 09:58:11 -05:00 committed by Richard Cochran
parent 1ce90fe160
commit fd27f99045
1 changed files with 4 additions and 2 deletions

View File

@ -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 },