]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / CORTEX_LM3Sxxxx_IAR_Keil / webserver / uIP_Task.c
index 8a187dd956bf3b5ce17f4588cb0fdb9fba9cf689..e1f3086b524955e6e8abbc35fe2cd899b0f90a36 100644 (file)
@@ -132,7 +132,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
@@ -301,7 +301,7 @@ void vApplicationProcessFormInput( char *pcInputString, portBASE_TYPE xInputLeng
 {\r
 char *c, *pcText;\r
 static char cMessageForDisplay[ 32 ];\r
-extern xQueueHandle xOLEDQueue;\r
+extern QueueHandle_t xOLEDQueue;\r
 xOLEDMessage xOLEDMessage;\r
 \r
        /* Process the form input sent by the IO page of the served HTML. */\r