MCUXpresso_MIMXRT1052xxxxB/boards/evkbimxrt1050/wifi_examples/wifi_cli/lwiphooks.h

14 lines
253 B
C
Raw Permalink Normal View History

/* @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__ */