From f8b0eab063780ca2538ad930591c3e5fb1f967c5 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 27 Jul 2024 00:57:58 +0900 Subject: [PATCH] Debug: update QueueTools.py availabe -> available --- scripts/debug/FreeRTOS/FreeRTOSgdb/QueueTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debug/FreeRTOS/FreeRTOSgdb/QueueTools.py b/scripts/debug/FreeRTOS/FreeRTOSgdb/QueueTools.py index a35f0894f1..4984d2a06a 100644 --- a/scripts/debug/FreeRTOS/FreeRTOSgdb/QueueTools.py +++ b/scripts/debug/FreeRTOS/FreeRTOSgdb/QueueTools.py @@ -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