]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISE...
[freertos] / FreeRTOS / Demo / ARM9_STR91X_IAR / webserver / uIP_Task.c
index 9a44015d3a8252961b690d6a2d01a54fa44a40ef..5ce42a92f00f3c17f14be38f08ded05deca0a752 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd. \r
+    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. \r
     All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
     the terms of the GNU General Public License (version 2) as published by the\r
     Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.\r
 \r
-    >>! NOTE: The modification to the GPL is included to allow you to distribute\r
-    >>! a combined work that includes FreeRTOS without being obliged to provide\r
-    >>! the source code for proprietary components outside of the FreeRTOS\r
-    >>! kernel.\r
+    >>!   NOTE: The modification to the GPL is included to allow you to     !<<\r
+    >>!   distribute a combined work that includes FreeRTOS without being   !<<\r
+    >>!   obliged to provide the source code for proprietary components     !<<\r
+    >>!   outside of the FreeRTOS kernel.                                   !<<\r
 \r
     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY\r
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
 #define uipDMI_RX_CURRENT_DONE 0x8000\r
 \r
 /* If no buffers are available, then wait this long before looking again. */\r
-#define uipBUFFER_WAIT_DELAY   ( 10 / portTICK_RATE_MS )\r
+#define uipBUFFER_WAIT_DELAY   ( 10 / portTICK_PERIOD_MS )\r
 #define uipBUFFER_WAIT_ATTEMPTS        ( 10 )\r
 \r
 /* Standard constant. */\r
@@ -151,7 +151,7 @@ clock_time_t clock_time( void );
 /*-----------------------------------------------------------*/\r
 \r
 /* The semaphore used by the ISR to wake the uIP task. */\r
-xSemaphoreHandle xSemaphore = NULL;\r
+SemaphoreHandle_t xSemaphore = NULL;\r
 \r
 /*-----------------------------------------------------------*/\r
 \r