freertos: readd task checking for stack overflow macros

This commit is contained in:
Felipe Neves
2020-09-23 22:12:43 -03:00
committed by Angus Gratton
parent 656b706ea4
commit 206540909e
4 changed files with 53 additions and 37 deletions
+2 -2
View File
@@ -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 */