mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
WiFiUpd: fix warning
This commit is contained in:
parent
d24a358817
commit
c83e17b31e
@ -309,7 +309,7 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
err_t err = udp_sendto(_pcb, tx_copy, addr, port);
|
err_t err = udp_sendto(_pcb, tx_copy, addr, port);
|
||||||
if (err != ERR_OK) {
|
if (err != ERR_OK) {
|
||||||
DEBUGV(":ust rc=%d\r\n", err);
|
DEBUGV(":ust rc=%d\r\n", (int) err);
|
||||||
}
|
}
|
||||||
#ifdef LWIP_MAYBE_XCC
|
#ifdef LWIP_MAYBE_XCC
|
||||||
_pcb->ttl = old_ttl;
|
_pcb->ttl = old_ttl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user