We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e3232 commit c246922Copy full SHA for c246922
queue.c
@@ -1284,7 +1284,7 @@ Queue_t * const pxQueue = xQueue;
1284
configASSERT( ( pxQueue ) );
1285
1286
/* The buffer into which data is received can only be NULL if the data size
1287
- is zero (so no data is copied into the buffer. */
+ is zero (so no data is copied into the buffer). */
1288
configASSERT( !( ( ( pvBuffer ) == NULL ) && ( ( pxQueue )->uxItemSize != ( UBaseType_t ) 0U ) ) );
1289
1290
/* Cannot block if the scheduler is suspended. */
0 commit comments