mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-28 05:58:36 -04: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:
parent
03c95b5950
commit
fa7222ab4a
16 changed files with 201 additions and 134 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue