Small typo on L1287 (#14)

Added a missing ')'
This commit is contained in:
AniruddhaKanhere 2020-02-19 14:05:48 -08:00 committed by GitHub
parent 88e32327e9
commit c246922ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1284,7 +1284,7 @@ Queue_t * const pxQueue = xQueue;
configASSERT( ( pxQueue ) );
/* The buffer into which data is received can only be NULL if the data size
is zero (so no data is copied into the buffer. */
is zero (so no data is copied into the buffer). */
configASSERT( !( ( ( pvBuffer ) == NULL ) && ( ( pxQueue )->uxItemSize != ( UBaseType_t ) 0U ) ) );
/* Cannot block if the scheduler is suspended. */