Fixed RevisionNo.
This commit is contained in:
parent
d13c55494f
commit
fee7393b89
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue