Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of DISCO_L475VG_IOT01A_wifi by
Diff: wifi.c
- Revision:
- 1:3743cb026b26
- Parent:
- 0:c61a93635433
diff -r c61a93635433 -r 3743cb026b26 wifi.c --- a/wifi.c Thu Aug 17 15:26:02 2017 +0000 +++ b/wifi.c Sat Nov 25 22:44:29 2017 +0000 @@ -327,6 +327,7 @@ if(ES_WIFI_StopClientConnection(&EsWifiObj, &conn)== ES_WIFI_STATUS_OK) { + ret = WIFI_STATUS_OK; } return ret;