]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/Rowley/MSP430F449/port.c
Add xEventGroupClearBitsFromISR() and xEventGroupGetBitsFromISR() functions.
[freertos] / FreeRTOS / Source / portable / Rowley / MSP430F449 / port.c
index 5ab8c4c6a5d2c2f02015ce3560f66169a8fd3d4c..6cb08b85c5796509f2140b69ffa9a80f3f76b816 100644 (file)
@@ -107,7 +107,7 @@ 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
        /* \r
                Place a few bytes of known values on the bottom of the stack. \r