Bugfix: Bitlength always decimal in XML.
This commit is contained in:
parent
0ef150c812
commit
6b2c9f27ef
|
|
@ -1461,7 +1461,7 @@ void Master::generateSlaveXml(uint16_t slavePosition)
|
|||
|
||||
cout
|
||||
<< " <BitLen>"
|
||||
<< (unsigned int) entry.bit_length
|
||||
<< dec << (unsigned int) entry.bit_length
|
||||
<< "</BitLen>" << endl;
|
||||
|
||||
if (entry.index) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue