Skip to content

Commit 7c11cac

Browse files
committed
Merge branch 'master' into realtek-pr-oc
# Conflicts: # targets/TARGET_Realtek/TARGET_AMEBA/RTWInterface.cpp
2 parents 2746f4f + d488ac9 commit 7c11cac

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

targets/TARGET_Realtek/TARGET_AMEBA/RTWInterface.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,9 @@ nsapi_error_t RTWInterface::connect(const char *ssid, const char *pass,
252252
nsapi_error_t RTWInterface::disconnect()
253253
{
254254
char essid[33];
255-
255+
256256
wlan_emac_link_change(false);
257-
<<<<<<< HEAD
258257
mbed_lwip_bringdown();
259-
=======
260-
mbed_lwip_bringdown();
261-
>>>>>>> 31a4137bffd5b8eefb4fe4bfef1365fd84df9e0e
262258
if(wifi_is_connected_to_ap() != RTW_SUCCESS)
263259
return NSAPI_ERROR_NO_CONNECTION;
264260
if(wifi_disconnect()<0){

0 commit comments

Comments
 (0)