LwIP 2.2.1在STM32F407VET6平台 移植
This commit is contained in:
16
ThirdParty/lwip-2.2.1/port/arch/epstruct.h
vendored
Normal file
16
ThirdParty/lwip-2.2.1/port/arch/epstruct.h
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
/*
|
||||
* epstruct.h - STM32F407VET6 平台的 LwIP 结构体打包配置文件
|
||||
*/
|
||||
|
||||
#ifndef __ARCH_EPSTRUCT_H__
|
||||
#define __ARCH_EPSTRUCT_H__
|
||||
|
||||
/* ---------- 扩展结构体打包配置 ---------- */
|
||||
|
||||
/* 打包结构体宏定义 */
|
||||
#define PACK_STRUCT_BEGIN
|
||||
#define PACK_STRUCT_STRUCT
|
||||
#define PACK_STRUCT_END
|
||||
#define PACK_STRUCT_FIELD(x) x
|
||||
|
||||
#endif /* __ARCH_EPSTRUCT_H__ */
|
||||
Reference in New Issue
Block a user