mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-26 01:07:13 +00:00
Update demos that use FreeRTOS+FAT SL to have correct version numbers after the update of FreeRTOS+FAT SL itself.
This commit is contained in:
@@ -1019,8 +1019,8 @@ BaseType_t xMessagePosted;
|
||||
/* Clear the bits again. */
|
||||
uxReturned = xEventGroupClearBitsFromISR( xISREventGroup, uxBitsToSet );
|
||||
|
||||
/* The returned value should be the value before the bits were cleaed.*/
|
||||
if( uxReturned != uxBitsToSet )
|
||||
/* Check the message was posted. */
|
||||
if( uxReturned != pdPASS )
|
||||
{
|
||||
xISRTestError = pdTRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user