Skip to content

Commit

Permalink
Merge pull request #785 from eltociear/patch-2
Browse files Browse the repository at this point in the history
Debug: update QueueTools.py
  • Loading branch information
xMasterX committed Jul 27, 2024
2 parents 72af00e + f8b0eab commit b604ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/debug/FreeRTOS/FreeRTOSgdb/QueueTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def GetQueueType(self):

except Exception as exc:
# If the TRACE functionality of the RTOS is not enabled,
# then the queue type will not be availabe in the queue
# then the queue type will not be available in the queue
# handle - so we return None
print("Failed to get Type: %s" % str(exc))
return None

0 comments on commit b604ec6

Please sign in to comment.