Skip to content

Commit 6482e4b

Browse files
committed
test
1 parent 1fa5e57 commit 6482e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/LwipIntfDev.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ boolean LwipIntfDev<RawDev>::begin(const uint8_t* macAddress, const uint16_t mtu
349349
template<class RawDev>
350350
void LwipIntfDev<RawDev>::end()
351351
{
352-
netif_remove(&_netif);
352+
netif_remove(&_netif);
353353
_started = false;
354354
RawDev::end();
355355
}

0 commit comments

Comments
 (0)