mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-05 05:43:51 -04:00
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:
parent
2e0af9b6e6
commit
a4893aed60
8 changed files with 153 additions and 85 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue