remove unneeded return

This commit is contained in:
joba-1 2022-11-15 20:12:07 +01:00
parent e468cf53ee
commit 8af22a1904

View File

@ -312,7 +312,6 @@ void CmndRgxPort(void)
{
Response_P(PSTR("OK %s %_I:%u -> %_I:%u"),
(proto == IP_PROTO_TCP) ? "TCP" : "UDP", (uint32_t)WiFi.localIP(), gw, adapter_sta_list.sta[i].ip.addr, dst);
return;
}
break;
}