This commit is contained in:
Liukai 2021-04-29 19:09:03 +08:00
parent e4457ff475
commit 3d676dc8bb
1 changed files with 0 additions and 1 deletions

View File

@ -202,7 +202,6 @@ int WifiSetDown(struct AdapterAT *adapter_at)
int WifiSetUp(struct AdapterAT *adapter_at)
{
WifiSetUpAdapter(adapter_at);
return EOK;
}