Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Jul 31, 2024
1 parent 1fa5e57 commit 6482e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/esp8266/LwipIntfDev.h
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ boolean LwipIntfDev<RawDev>::begin(const uint8_t* macAddress, const uint16_t mtu
template<class RawDev>
void LwipIntfDev<RawDev>::end()
{
netif_remove(&_netif);
netif_remove(&_netif);
_started = false;
RawDev::end();
}
Expand Down

0 comments on commit 6482e4b

Please sign in to comment.