提交 0608bcf2 编写于 作者: M mculover666

fix a bug in bc26 driver

上级 d7e5aa4d
......@@ -7,10 +7,10 @@
#include "ctype.h"
typedef struct ip_addr_st {
int seg1;
int seg2;
int seg3;
int seg4;
uint8_t seg1;
uint8_t seg2;
uint8_t seg3;
uint8_t seg4;
}ip_addr_t;
static ip_addr_t domain_parser_addr={0};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册