1
0
forked from me/IronOS

Update FreeRTOS

This commit is contained in:
Ben V. Brown
2022-10-22 10:57:56 +11:00
parent 6c69c2e241
commit d5f33814aa
33 changed files with 20339 additions and 16800 deletions

View File

@@ -20,8 +20,9 @@ void vApplicationGetIdleTaskMemory(StaticTask_t **ppxIdleTaskTCBBuffer, StackTyp
/* place for user code */
}
void vApplicationStackOverflowHook(TaskHandle_t *pxTask, signed char *pcTaskName) {
(void)pxTask;
void vApplicationStackOverflowHook( TaskHandle_t xTask,
char * pcTaskName ) {
(void)xTask;
(void)pcTaskName;
// We dont have a good way to handle a stack overflow at this point in time