Files
2026-01-29 17:26:04 +08:00

17 lines
369 B
C

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