mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-05 05:43:51 -04:00
Updated compiler version for RX RDK demo and completed initial web server demo. Still some tidying up to do.
This commit is contained in:
parent
a4893aed60
commit
a91ec6efe7
17 changed files with 4241 additions and 4683 deletions
|
@ -114,7 +114,11 @@ typedef unsigned short uip_stats_t;
|
|||
*
|
||||
* \hideinitializer
|
||||
*/
|
||||
#ifdef __LIT
|
||||
#define UIP_CONF_BYTE_ORDER UIP_LITTLE_ENDIAN
|
||||
#else
|
||||
#define UIP_CONF_BYTE_ORDER UIP_BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Logging on or off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue