mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 09:07:46 -04:00
Replace the following code that was used to force an assert:
configASSERT( pxTCB->ulNotifiedValue[ uxIndexToNotify ] == ~0UL ); with: configASSERT( xTickCount == ( TickType_t ) 0 ); Because the former generates a warning on 64-bit architectures.
This commit is contained in:
parent
a730a56a14
commit
e46dd1c529
1 changed files with 1 additions and 0 deletions
1
tasks.c
1
tasks.c
|
@ -5377,3 +5377,4 @@ static void prvAddCurrentTaskToDelayedList( TickType_t xTicksToWait,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* if ( configINCLUDE_FREERTOS_TASK_C_ADDITIONS_H == 1 ) */
|
#endif /* if ( configINCLUDE_FREERTOS_TASK_C_ADDITIONS_H == 1 ) */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue