Skip to content

Commit

Permalink
Fix merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bulislaw committed Oct 4, 2016
1 parent ae11b51 commit 1e7ba5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion features/FEATURE_LWIP/lwip-interface/emac_lwip.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ static err_t emac_lwip_low_level_output(struct netif *netif, struct pbuf *p)

static void emac_lwip_input(void *data, emac_stack_t *buf)
{
struct eth_hdr *ethhdr;
struct pbuf *p = (struct pbuf *)buf;
struct netif *netif = (struct netif *)data;

Expand Down
4 changes: 4 additions & 0 deletions features/FEATURE_LWIP/lwip-interface/lwip_stack.c
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,10 @@ int mbed_lwip_bringdown(void)
netif_set_down(&lwip_netif);
}
#endif

lwip_connected = false;
// TO DO - actually remove addresses from stack, and shut down properly
return 0;
}

/* LWIP error remapping */
Expand Down

0 comments on commit 1e7ba5f

Please sign in to comment.