support wifi for xidatong-riscv64 on nuttx

This commit is contained in:
wgzAIIT
2022-10-28 20:48:05 +08:00
parent f9d4484a57
commit 7869538b1d
7 changed files with 97 additions and 13 deletions
@@ -238,7 +238,7 @@ static int Esp8285WifiSetUp(struct Adapter *adapter)
result = GetReplyText(reply);
if (!result) {
printf("%s %n get reply failed.\n",__func__,__LINE__);
printf("%s %d get reply failed.\n",__func__,__LINE__);
ret = -1;
goto __exit;
}
@@ -355,7 +355,7 @@ static int Esp8285WifiNetstat(struct Adapter *adapter)
result = GetReplyText(reply);
if (!result) {
printf("%s %n get reply failed.\n",__func__,__LINE__);
printf("%s %d get reply failed.\n",__func__,__LINE__);
ret = -1;
goto __exit;
}