MCUXpresso_MIMXRT1052xxxxB/boards/evkbimxrt1050/wifi_examples/wifi_cli/lwiphooks.h
Yilin Sun 6baf4427ce
Updated to v2.15.000
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-03-18 23:15:10 +08:00

14 lines
253 B
C

/* @file lwiphooks.h
*
* @brief This file contains lwip hooks interface definitions
*
* Copyright 2023 NXP
* All rights reserved.
*/
#ifndef __LWIPHOOKS_H__
#define __LWIPHOOKS_H__
#include "lwip_default_hooks.h"
#endif /* __LWIPHOOKS_H__ */