mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-20 10:35:14 -05:00
Added name tags to assembly dummy macros.
This commit is contained in:
parent
97c2583eb3
commit
e064c380d7
3 changed files with 36 additions and 30 deletions
2
tasks.c
2
tasks.c
|
|
@ -5599,6 +5599,8 @@ void vTaskYieldWithinAPI( void )
|
|||
#if ( portCRITICAL_NESTING_IN_TCB == 1 )
|
||||
|
||||
void vTaskEnterCritical( void )
|
||||
//@ requires false;
|
||||
//@ ensures false;
|
||||
{
|
||||
portDISABLE_INTERRUPTS();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue