From 6482e4b979d42dd1246da75d3edade91ebdaf610 Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Wed, 31 Jul 2024 04:11:02 +0300 Subject: [PATCH] test --- cores/esp8266/LwipIntfDev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/esp8266/LwipIntfDev.h b/cores/esp8266/LwipIntfDev.h index 962d5e1196..fa722a6ae5 100644 --- a/cores/esp8266/LwipIntfDev.h +++ b/cores/esp8266/LwipIntfDev.h @@ -349,7 +349,7 @@ boolean LwipIntfDev::begin(const uint8_t* macAddress, const uint16_t mtu template void LwipIntfDev::end() { - netif_remove(&_netif); + netif_remove(&_netif); _started = false; RawDev::end(); }