Files
libretiny/cores/common/base/compat/udp.h
2023-03-04 11:12:58 +01:00

12 lines
279 B
C

/* Copyright (c) Kuba Szczodrzyński 2022-05-23. */
#pragma once
#include <lwip/udp.h>
// this is included only by wifi_simple_config.c
// which uses lwip_ntohl without parentheses
// so the #define from lwip/def.h doesn't work
#undef lwip_ntohl
#define lwip_ntohl lwip_htonl