mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-17 00:39:32 +08:00
Refactoring
- drop _printer suffix from printer classes.
This commit is contained in:

committed by
Chris Johns

parent
a785e254f2
commit
0967a1b679
@@ -79,6 +79,7 @@ class attribute:
|
||||
self.attrtype = attrtype
|
||||
self.attr = attr
|
||||
|
||||
#ToDo: Move this out
|
||||
def to_string(self):
|
||||
s = '0x%08x,' % (self.attr)
|
||||
if self.attrtype != 'none':
|
||||
|
Reference in New Issue
Block a user