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:
Richard Barry 2014-04-23 14:34:49 +00:00
parent 03c95b5950
commit fa7222ab4a
16 changed files with 201 additions and 134 deletions

View file

@ -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;
}