mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-06 21:25:00 -05:00
Replace configASSERT define check with configASSERT_DEFINED
This commit is contained in:
parent
810b387d21
commit
e37d32b3f4
60 changed files with 60 additions and 60 deletions
|
|
@ -153,7 +153,7 @@ void vPortTaskUsesFPU( void );
|
|||
|
||||
#endif /* configUSE_PORT_OPTIMISED_TASK_SELECTION */
|
||||
|
||||
#ifdef configASSERT
|
||||
#if configASSERT_DEFINED == 1
|
||||
void vPortValidateInterruptPriority( void );
|
||||
#define portASSERT_IF_INTERRUPT_PRIORITY_INVALID() vPortValidateInterruptPriority()
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue