mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
lwip, wpa_supplicant: use endianness macros from libc if possible
This commit is contained in:
@@ -41,7 +41,9 @@
|
||||
|
||||
#include "arch/sys_arch.h"
|
||||
|
||||
#ifndef BYTE_ORDER
|
||||
#define BYTE_ORDER LITTLE_ENDIAN
|
||||
#endif // BYTE_ORDER
|
||||
|
||||
typedef uint8_t u8_t;
|
||||
typedef int8_t s8_t;
|
||||
|
Reference in New Issue
Block a user