fly_config.h 400 B

123456789101112131415
  1. // #ifndef FLY_CONFIG_H
  2. // #define FLY_CONFIG_H
  3. // #include "includes.h"
  4. // typedef struct
  5. // {
  6. // uint8_t mac[6]; // MAC地址
  7. // uint8_t remoteip[4]; //远端主机IP地址
  8. // uint8_t ip[4]; //本机IP地址
  9. // uint8_t netmask[4]; //子网掩码
  10. // uint8_t gateway[4]; //默认网关的IP地址
  11. // uint8_t dhcpstatus; // dhcp状态
  12. // } __lwip_dev;
  13. // #endif