Added name tags to assembly dummy macros.

This commit is contained in:
Tobias Reinhard 2022-11-03 12:04:57 -04:00
parent 97c2583eb3
commit e064c380d7
3 changed files with 36 additions and 30 deletions

View file

@ -5599,6 +5599,8 @@ void vTaskYieldWithinAPI( void )
#if ( portCRITICAL_NESTING_IN_TCB == 1 )
void vTaskEnterCritical( void )
//@ requires false;
//@ ensures false;
{
portDISABLE_INTERRUPTS();