Fixed RevisionNo.

This commit is contained in:
Florian Pose 2008-05-28 07:19:33 +00:00
parent d13c55494f
commit fee7393b89
1 changed files with 1 additions and 1 deletions

View File

@ -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: