forked from espressif/esp-idf
components/freertos: fix a bug with an uninitialised return value
introduced in d63dac0
This commit is contained in:
@@ -1156,6 +1156,7 @@ Queue_t * const pxQueue = ( Queue_t * ) xQueue;
|
||||
}
|
||||
}
|
||||
#endif /* configUSE_QUEUE_SETS */
|
||||
xReturn = pdPASS;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user