]> 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 4e081382434a586280a2545b44a16cc22fcc0f67..46f17e6ae85a16e387cd51529fea004caae79aa7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.0.2 - 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