Remove empty comments from FreeRTOSgdb/EventGroup.py (#428)
* Remove empty comments from FreeRTOSgdb/EventGroup.py * Remove empty comments from FreeRTOSgdb/QueueTools.py * Remove empty comments from FreeRTOSgdb/List.py
This commit is contained in:
@@ -51,7 +51,6 @@ class QueueInspector:
|
||||
QueueType = gdb.lookup_type("Queue_t")
|
||||
|
||||
def __init__(self, handle):
|
||||
""""""
|
||||
# print("Queue: Handle: %s" % handle)
|
||||
self.name = None
|
||||
queueObjPtr = None
|
||||
|
Reference in New Issue
Block a user