X-Git-Url: https://git.sur5r.net/?p=freertos;a=blobdiff_plain;f=FreeRTOS%2FDemo%2FARM7_LPC2368_Rowley%2Fwebserver%2FuIP_Task.c;h=8657459eb7a3cb785e4e79bd071cd464c7b33c63;hp=0a93b786c4ba27fa23a938ad3e432428efb2efec;hb=4441dfe80ba8985120b03011669248c16341c033;hpb=b64f63efd1feb40e0ee2d41e041dacc305a7ad82 diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c index 0a93b786c..8657459eb 100644 --- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c +++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c @@ -127,7 +127,7 @@ clock_time_t clock_time( void ); /*-----------------------------------------------------------*/ /* The semaphore used by the ISR to wake the uIP task. */ -extern xSemaphoreHandle xEMACSemaphore; +extern SemaphoreHandle_t xEMACSemaphore; /*-----------------------------------------------------------*/ @@ -296,7 +296,7 @@ void vApplicationProcessFormInput( char *pcInputString, portBASE_TYPE xInputLeng { char *c, *pcText; static char cMessageForDisplay[ 32 ]; -extern xQueueHandle xLCDQueue; +extern QueueHandle_t xLCDQueue; xLCDMessage xLCDMessage; /* Process the form input sent by the IO page of the served HTML. */