Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txt

This commit is contained in:
Richard Barry 2007-06-05 09:53:14 +00:00
parent 67d0d1ec3b
commit 017740b75a
352 changed files with 71690 additions and 71398 deletions

File diff suppressed because it is too large Load diff

View file

@ -140,7 +140,7 @@ typedef unsigned short uip_stats_t;
#define UIP_IPADDR2 218U /**< The third octet of the IP address of
this uIP node, if UIP_FIXEDADDR is
1. \hideinitializer */
#define UIP_IPADDR3 204U /**< The fourth octet of the IP address of
#define UIP_IPADDR3 11U /**< The fourth octet of the IP address of
this uIP node, if UIP_FIXEDADDR is
1. \hideinitializer */
@ -426,7 +426,7 @@ typedef unsigned short uip_stats_t;
*
* \hideinitializer
*/
#define UIP_BUFSIZE 2048
#define UIP_BUFSIZE 1480
/**