Skip to content

Commit 0c140fa

Browse files
authored
Merge pull request #37 from pvyleta/patch-1
2 parents 03eba7d + ef130a8 commit 0c140fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMSIS/RTOS2/FreeRTOS/Source/cmsis_os2.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2351,6 +2351,7 @@ __WEAK void vApplicationDaemonTaskStartupHook (void){}
23512351
__WEAK void vApplicationStackOverflowHook (TaskHandle_t xTask, signed char *pcTaskName) {
23522352
(void)xTask;
23532353
(void)pcTaskName;
2354+
configASSERT(0);
23542355
}
23552356
#endif
23562357

0 commit comments

Comments
 (0)