mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 04:15:21 +02:00
freertos: readd task checking for stack overflow macros
This commit is contained in:
committed by
Angus Gratton
parent
656b706ea4
commit
206540909e
@@ -3240,8 +3240,8 @@ void vTaskSwitchContext( void )
|
||||
#endif /* configGENERATE_RUN_TIME_STATS */
|
||||
|
||||
/* Check for stack overflow, if configured. */
|
||||
//taskFIRST_CHECK_FOR_STACK_OVERFLOW();
|
||||
//taskSECOND_CHECK_FOR_STACK_OVERFLOW();
|
||||
taskFIRST_CHECK_FOR_STACK_OVERFLOW();
|
||||
taskSECOND_CHECK_FOR_STACK_OVERFLOW();
|
||||
|
||||
/* Select a new task to run */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user