]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / ARM7_LPC2368_Rowley / webserver / uIP_Task.c
index 0a93b786c4ba27fa23a938ad3e432428efb2efec..8657459eb7a3cb785e4e79bd071cd464c7b33c63 100644 (file)
@@ -127,7 +127,7 @@ clock_time_t clock_time( void );
 /*-----------------------------------------------------------*/\r
 \r
 /* The semaphore used by the ISR to wake the uIP task. */\r
-extern xSemaphoreHandle xEMACSemaphore;\r
+extern SemaphoreHandle_t xEMACSemaphore;\r
 \r
 /*-----------------------------------------------------------*/\r
 \r
@@ -296,7 +296,7 @@ void vApplicationProcessFormInput( char *pcInputString, portBASE_TYPE xInputLeng
 {\r
 char *c, *pcText;\r
 static char cMessageForDisplay[ 32 ];\r
-extern xQueueHandle xLCDQueue;\r
+extern QueueHandle_t xLCDQueue;\r
 xLCDMessage xLCDMessage;\r
 \r
        /* Process the form input sent by the IO page of the served HTML. */\r