Remove vQueueAddToRegistry assertion on failure

This commit is contained in:
Paul Bartell 2021-03-05 16:30:13 -08:00
parent 676ce016b1
commit b065256971

View file

@ -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 */