mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-21 01:23:45 +08:00
Fixed RevisionNo.
This commit is contained in:
@@ -172,7 +172,7 @@ class Device:
|
||||
|
||||
typeElement = doc.createElement('Type')
|
||||
typeElement.setAttribute('ProductCode', '#x%08x' % self.product)
|
||||
typeElement.setAttribute('RevisionNumber', '#x%08x' % self.revision)
|
||||
typeElement.setAttribute('RevisionNo', '#x%08x' % self.revision)
|
||||
deviceElement.appendChild(typeElement)
|
||||
|
||||
for p in self.pdos:
|
||||
|
||||
Reference in New Issue
Block a user