Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style
  • Loading branch information
mcspr committed Jun 1, 2022
commit efae1be8aec23f5abf02903c397bce3741e9047c
3 changes: 2 additions & 1 deletion cores/esp8266/LwipDhcpServer-NonOS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ extern "C"
}
}

void dhcps_stop() {
void dhcps_stop()
{
auto& server = getNonOSDhcpServer();
if (server.isRunning())
{
Expand Down