From b065256971db46f68f0fee2592b4895ffe19f14c Mon Sep 17 00:00:00 2001 From: Paul Bartell Date: Fri, 5 Mar 2021 16:30:13 -0800 Subject: [PATCH] Remove vQueueAddToRegistry assertion on failure --- queue.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/queue.c b/queue.c index 40852686a..6805cd050 100644 --- a/queue.c +++ b/queue.c @@ -2748,9 +2748,6 @@ BaseType_t xQueueIsQueueFullFromISR( const QueueHandle_t xQueue ) mtCOVERAGE_TEST_MARKER(); } } - - /* Assert that the queue was added successfully */ - configASSERT( ( ux != configQUEUE_REGISTRY_SIZE ) ); } #endif /* configQUEUE_REGISTRY_SIZE */