Fixed RevisionNo.
authorFlorian Pose <fp@igh-essen.com>
Wed, 28 May 2008 07:19:33 +0000
changeset 915 57907232b901
parent 914 c3e398de0d99
child 916 db73994fbdac
Fixed RevisionNo.
script/slaveinfo2xml.py
--- a/script/slaveinfo2xml.py	Tue May 27 12:45:07 2008 +0000
+++ b/script/slaveinfo2xml.py	Wed May 28 07:19:33 2008 +0000
@@ -172,7 +172,7 @@
 
         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: