In xQueueGenericSend, assert condition configASSERT( !( ( pvItemToQueue ==...
Market leading real time kernel for 40+ microcontroller architectures
Brought to you by:
gaurav-aws,
rtel
The assert says pvItemToQueue is only allowed to be NULL if the item size is 0, so the item to queue is only allowed to be NULL if no bytes are going to be copied from NULL. I have double checked and the assert appears correct. If you think there is an error please post a question to the support forum.