We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbc162 commit f203867Copy full SHA for f203867
GCC/RP2350_ARM_NTZ/non_secure/port.c
@@ -867,7 +867,7 @@ static void prvTaskExitError( void )
867
* should instead call vTaskDelete( NULL ). Artificially force an assert()
868
* to be triggered if configASSERT() is defined, then stop here so
869
* application writers can catch the error. */
870
- configASSERT( portGET_CRITICAL_NESTING_COUNT( 0 ) == ~0UL );
+ configASSERT( portGET_CRITICAL_NESTING_COUNT( portGET_CORE_ID() ) == ~0UL );
871
portDISABLE_INTERRUPTS();
872
873
while( ulDummy == 0 )
0 commit comments