Finally external files working
This commit is contained in:
parent
2d36e41641
commit
0422eeeb9a
6 changed files with 31 additions and 28 deletions
7
ESPTest/src/lwip_hooks.c
Normal file
7
ESPTest/src/lwip_hooks.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "lwip_hooks.h"
|
||||
|
||||
int lwip_hook_ip4_input(struct pbuf *pbuf, struct netif *input_netif)
|
||||
{
|
||||
ESP_LOGI("Hook", "Testing...");
|
||||
return 0;
|
||||
}
|
Reference in a new issue