]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/Softune/MB91460/port.c
Update version number to V8.0.0 (without the release candidate number).
[freertos] / FreeRTOS / Source / portable / Softune / MB91460 / port.c
index 0e9d47a21a27b431b810d4925c9cbf9fc3cf2417..bf31bf37acfdfdb174968ce6f80dd36a95580d37 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd. \r
+    FreeRTOS V8.0.0 - Copyright (C) 2014 Real Time Engineers Ltd. \r
     All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -143,7 +143,7 @@ static void prvSetupTimerInterrupt( void );
  * \r
  * See the header file portable.h.\r
  */\r
-StackType_t *pxPortInitialiseStack( StackType_t *pxTopOfStack, pdTASK_CODE pxCode, void *pvParameters )\r
+StackType_t *pxPortInitialiseStack( StackType_t *pxTopOfStack, TaskFunction_t pxCode, void *pvParameters )\r
 {\r
        /* Place a few bytes of known values on the bottom of the stack. \r
        This is just useful for debugging. */\r