X-Git-Url: https://git.sur5r.net/?p=freertos;a=blobdiff_plain;f=FreeRTOS%2FDemo%2FRX600_RX63N-RDK_Renesas%2FRTOSDemo%2Fmain-full.c;h=ff08584540c383db6f1ca104ffceadb3ac302c9d;hp=4d5b56b631e356f05eea697c317e07b1808774ce;hb=ff396590fa1edf1f4b43e1e521f7240e16c8d9e4;hpb=af53b5103e5e15d7a70c3a3fd5c84814d0832206 diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c index 4d5b56b63..ff0858454 100644 --- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c +++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c @@ -233,7 +233,7 @@ void vApplicationIdleHook( void ); * it is possible that the stack overflow will have corrupted these - in which * case pxCurrentTCB can be inspected to find the same information. */ -void vApplicationStackOverflowHook( xTaskHandle pxTask, signed char *pcTaskName ); +void vApplicationStackOverflowHook( xTaskHandle pxTask, char *pcTaskName ); /* * The reg test tasks as described at the top of this file. @@ -483,7 +483,7 @@ void vApplicationMallocFailedHook( void ) /* This function is explained by the comments above its prototype at the top of this file. */ -void vApplicationStackOverflowHook( xTaskHandle pxTask, signed char *pcTaskName ) +void vApplicationStackOverflowHook( xTaskHandle pxTask, char *pcTaskName ) { for( ;; ); }