modify code standard

This commit is contained in:
Liu_Weichao
2021-04-29 16:39:24 +08:00
parent c86adeda94
commit ff2904ac26
13 changed files with 75 additions and 94 deletions
@@ -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);