diff options
| author | hathach <[email protected]> | 2021-03-01 22:13:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-03-01 22:13:21 +0700 |
| commit | 7ff14a652ba1348f863338479eb3347a06fcc80a (patch) | |
| tree | 7beade137d94356b48e977ec6646867c672b9dcd /examples/device/cdc_msc_freertos/src | |
| parent | e8cbccf81decb4074f40791c1608d46c112fe0b2 (diff) | |
add submodule lib/FreeRTOS-Kernel
Diffstat (limited to 'examples/device/cdc_msc_freertos/src')
| -rw-r--r-- | examples/device/cdc_msc_freertos/src/freertos_hook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/cdc_msc_freertos/src/freertos_hook.c b/examples/device/cdc_msc_freertos/src/freertos_hook.c index 423bad4d3..df15a8de7 100644 --- a/examples/device/cdc_msc_freertos/src/freertos_hook.c +++ b/examples/device/cdc_msc_freertos/src/freertos_hook.c @@ -37,7 +37,7 @@ void vApplicationMallocFailedHook(void) TU_ASSERT(false, ); } -void vApplicationStackOverflowHook(xTaskHandle pxTask, signed char *pcTaskName) +void vApplicationStackOverflowHook(xTaskHandle pxTask, char *pcTaskName) { (void) pxTask; (void) pcTaskName; |
