]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/uIP_Demo_IAR_ARM7/uIP_Task.c
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / uIP_Demo_IAR_ARM7 / uIP_Task.c
index 24f0bc3eee3328deddb1b3ca79e275a79db8b8bf..ddb648eddaf5352a6b21e4942303b41f6dfb2561 100644 (file)
@@ -65,10 +65,10 @@ void vuIP_TASK( void *pvParameters )
 {\r
 /* The semaphore used by the EMAC ISR to indicate that an Rx frame is ready\r
 for processing. */\r
-xSemaphoreHandle xSemaphore = NULL;\r
+SemaphoreHandle_t xSemaphore = NULL;\r
 portBASE_TYPE xARPTimer;\r
 unsigned portBASE_TYPE uxPriority;\r
-static volatile portTickType xStartTime, xCurrentTime;\r
+static volatile TickType_t xStartTime, xCurrentTime;\r
 \r
        /* Initialize the uIP TCP/IP stack. */\r
        uip_init();\r