mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 06:34:34 +02:00
lwip: Fix spacing issue
This commit is contained in:
@@ -55,7 +55,7 @@ extern "C" {
|
|||||||
#define ntohs(x) __builtin_bswap16(x)
|
#define ntohs(x) __builtin_bswap16(x)
|
||||||
#define htonl(x) __builtin_bswap32(x)
|
#define htonl(x) __builtin_bswap32(x)
|
||||||
#define ntohl(x) __builtin_bswap32(x)
|
#define ntohl(x) __builtin_bswap32(x)
|
||||||
|
|
||||||
#ifndef CONFIG_LWIP_ESP_LWIP_ASSERT
|
#ifndef CONFIG_LWIP_ESP_LWIP_ASSERT
|
||||||
#define LWIP_NOASSERT 1
|
#define LWIP_NOASSERT 1
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user