Files
libretiny/platform/realtek-ambz/fixups/inc/udp.h
2022-05-23 12:49:18 +02:00

11 lines
261 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
#define lwip_ntohl lwip_htonl