Skip to content

Commit

Permalink
Merge pull request #9 from graealex/master
Browse files Browse the repository at this point in the history
Fix include referencing moved files in lwip
  • Loading branch information
Ebiroll authored Jan 3, 2019
2 parents 17d53c6 + d4d334d commit bc2b6e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/emul_ip/emul_ip.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "lwip/mem.h"
#include "lwip/pbuf.h"
#include "lwip/sys.h"
#include "lwip/timers.h"
#include "lwip/timeouts.h"
#include <lwip/stats.h>
#include "lwip/netif.h"
#include "netif/etharp.h"
Expand All @@ -25,7 +25,7 @@
#include "esp_event.h"
#include "esp_event_loop.h"

#include "port/arch/sys_arch.h"
#include "arch/sys_arch.h"
// -- Generic network interface --

extern err_t ethoc_init(struct netif *netif);
Expand Down
2 changes: 1 addition & 1 deletion components/emul_ip/lwip_ethoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "lwip/mem.h"
#include "lwip/pbuf.h"
#include "lwip/sys.h"
#include "lwip/timers.h"
#include "lwip/timeouts.h"
#include <lwip/stats.h>
#include "netif/etharp.h"
#include <string.h>
Expand Down

0 comments on commit bc2b6e2

Please sign in to comment.