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;