1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00

Debug: update QueueTools.py

availabe -> available
This commit is contained in:
Ikko Eltociear Ashimine
2024-07-27 00:57:58 +09:00
committed by GitHub
parent 72af00ecc1
commit f8b0eab063

View File

@@ -102,7 +102,7 @@ class QueueInspector:
except Exception as exc: except Exception as exc:
# If the TRACE functionality of the RTOS is not enabled, # 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 # handle - so we return None
print("Failed to get Type: %s" % str(exc)) print("Failed to get Type: %s" % str(exc))
return None return None