mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 17:17:44 -04:00
Remove vQueueAddToRegistry assertion on failure
This commit is contained in:
parent
676ce016b1
commit
b065256971
1 changed files with 0 additions and 3 deletions
3
queue.c
3
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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue