forked from xuos/xiuos
modify code standard from Liu Weichao
it is fit
This commit is contained in:
@@ -107,7 +107,7 @@ void PingEthernet()
|
||||
printf("ATAdapterFind failed .\n");
|
||||
|
||||
printf("Waiting for msg...\n");
|
||||
struct ping_result result;
|
||||
struct PingResult result;
|
||||
char *ip_str = "192.168.250.250";
|
||||
|
||||
if (!opened){
|
||||
@@ -131,7 +131,7 @@ void SetUpEthernet()
|
||||
printf("ATAdapterFind failed .\n");
|
||||
|
||||
printf("Waiting for msg...\n");
|
||||
struct ping_result result;
|
||||
struct PingResult result;
|
||||
|
||||
if (!opened){
|
||||
opened = true;
|
||||
|
||||
@@ -103,7 +103,7 @@ void PingWifi()
|
||||
}
|
||||
|
||||
printf("Waiting for msg...\n");
|
||||
struct ping_result result;
|
||||
struct PingResult result;
|
||||
//www.baidu.com
|
||||
char *ip_str = "36.152.44.95";
|
||||
|
||||
@@ -123,7 +123,7 @@ void SetUpWifi()
|
||||
}
|
||||
|
||||
printf("Waiting for msg...\n");
|
||||
struct ping_result result;
|
||||
struct PingResult result;
|
||||
|
||||
at_adapter->parent.done.NetAiitOpen(&at_adapter->parent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user