mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
Debug: update QueueTools.py
availabe -> available
This commit is contained in:
parent
72af00ecc1
commit
f8b0eab063
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class QueueInspector:
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue