Skip to content

Commit b3f67c1

Browse files
author
André Silva
committed
fix: change Baudrate to BaudRate missing on .eds files
the missing change on sample.eds was preventing the tests from running
1 parent 074cbbc commit b3f67c1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

examples/eds/e35.eds

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ ProductName=example
1818
ProductNumber=25
1919
RevisionNumber=295
2020
OrderCode=25
21-
Baudrate_10=1
22-
Baudrate_20=1
23-
Baudrate_50=1
24-
Baudrate_125=1
25-
Baudrate_250=1
26-
Baudrate_500=1
27-
Baudrate_800=0
28-
Baudrate_1000=1
21+
BaudRate_10=1
22+
BaudRate_20=1
23+
BaudRate_50=1
24+
BaudRate_125=1
25+
BaudRate_250=1
26+
BaudRate_500=1
27+
BaudRate_800=0
28+
BaudRate_1000=1
2929
SimpleBootUpMaster=0
3030
SimpleBootUpSlave=1
3131
Granularity=8
@@ -243,7 +243,7 @@ HighLimit=0x7F
243243
ParameterValue=0x20
244244

245245
[2000sub2]
246-
ParameterName=Baudrate
246+
ParameterName=BaudRate
247247
ObjectType=0x7
248248
DataType=0x0005
249249
AccessType=rw
@@ -324,7 +324,7 @@ LowLimit=0x1
324324
HighLimit=0x7F
325325

326326
[2001sub2]
327-
ParameterName=Baudrate
327+
ParameterName=BaudRate
328328
ObjectType=0x7
329329
DataType=0x0005
330330
AccessType=rw

test/sample.eds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ LSS_Supported=0
3232
[DeviceComissioning]
3333
NodeID=2
3434
NodeName=Some name
35-
Baudrate=500
35+
BaudRate=500
3636
NetNumber=0
3737
LSS_SerialNumber=0
3838

0 commit comments

Comments
 (0)