Start to configure the uIP demo for the RX RDK hardware. ping is working, but thus far the web server is not.

This commit is contained in:
Richard Barry 2010-09-05 20:06:30 +00:00
parent 2e0af9b6e6
commit a4893aed60
8 changed files with 153 additions and 85 deletions

View file

@ -114,7 +114,7 @@ typedef unsigned short uip_stats_t;
*
* \hideinitializer
*/
#define UIP_CONF_BYTE_ORDER UIP_BIG_ENDIAN
#define UIP_CONF_BYTE_ORDER UIP_LITTLE_ENDIAN
/**
* Logging on or off