]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/event_groups.c
Update TaskNotify.c to test the condition where a direct to task notification is...
[freertos] / FreeRTOS / Source / event_groups.c
index 5a21e2d05c284bc7f849a16326d3236ba9d1fd90..f999d3588ff17bc7daa04c239de680e6c7fdb6d6 100644 (file)
@@ -643,7 +643,7 @@ const List_t *pxTasksWaitingForBits = &( pxEventBits->xTasksWaitingForBits );
                while( listCURRENT_LIST_LENGTH( pxTasksWaitingForBits ) > ( UBaseType_t ) 0 )\r
                {\r
                        /* Unblock the task, returning 0 as the event list is being deleted\r
-                       and     cannot therefore have any bits set. */\r
+                       and cannot therefore have any bits set. */\r
                        configASSERT( pxTasksWaitingForBits->xListEnd.pxNext != ( const ListItem_t * ) &( pxTasksWaitingForBits->xListEnd ) );\r
                        vTaskRemoveFromUnorderedEventList( pxTasksWaitingForBits->xListEnd.pxNext, eventUNBLOCKED_DUE_TO_BIT_SET );\r
                }\r