- // #ifndef FLY_CONFIG_H
- // #define FLY_CONFIG_H
- // #include "includes.h"
- // typedef struct
- // {
- // uint8_t mac[6]; // MAC地址
- // uint8_t remoteip[4]; //远端主机IP地址
- // uint8_t ip[4]; //本机IP地址
- // uint8_t netmask[4]; //子网掩码
- // uint8_t gateway[4]; //默认网关的IP地址
- // uint8_t dhcpstatus; // dhcp状态
- // } __lwip_dev;
- // #endif
|