Merge remote-tracking branch 'ul/dev' into mntm-dev

This commit is contained in:
Willy-JL
2024-07-27 17:11:47 +02:00
10 changed files with 534 additions and 509 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