Xml: Output sync manager index with Pdo.

This commit is contained in:
Florian Pose 2008-06-30 11:28:32 +00:00
parent 79083c4921
commit 76845ae5b6
1 changed files with 1 additions and 1 deletions

View File

@ -1563,7 +1563,7 @@ void Master::generateSlaveXml(uint16_t slavePosition)
pdoType += "xPdo";
cout
<< " <" << pdoType << ">" << endl
<< " <" << pdoType << " Sm=\"" << i << "\">" << endl
<< " <Index>#x"
<< hex << setfill('0') << setw(4) << pdo.index
<< "</Index>" << endl