]> git.sur5r.net Git - freertos/blobdiff - Demo/CORTUS_APS3_GCC/Demo/main.c
Add a few lines to the RX ports that allow the vector to be installed when the FreeRT...
[freertos] / Demo / CORTUS_APS3_GCC / Demo / main.c
index 7c91f09f5a3230ccb90a87c019daeb06e5be33a5..46f17e6ae85a16e387cd51529fea004caae79aa7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.\r
+    FreeRTOS V7.1.0 - Copyright (C) 2011 Real Time Engineers Ltd.\r
        \r
 \r
     ***************************************************************************\r
@@ -264,7 +264,7 @@ long lReturn = pdPASS;
 }\r
 /*-----------------------------------------------------------*/\r
 \r
-void vApplicationStackOverflowHook( xTaskHandle *pxTask, signed char *pcTaskName )\r
+void vApplicationStackOverflowHook( xTaskHandle pxTask, signed char *pcTaskName )\r
 {\r
        /* This function will be called if a task overflows its stack.  Inspect\r
        pxCurrentTCB to find the offending task if the overflow was sever enough\r