This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
esp-firewall/ESPTest/src/lwip_hooks.c

8 lines
149 B
C
Raw Normal View History

2022-07-25 16:01:07 +02:00
#include "lwip_hooks.h"
int lwip_hook_ip4_input(struct pbuf *pbuf, struct netif *input_netif)
{
ESP_LOGI("Hook", "Testing...");
return 0;
}