Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Liu Kai 2021-05-10 17:13:33 +08:00
commit 0dfb1ca322
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;
}