mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
fix host emulation (#5382)
This commit is contained in:
@ -98,7 +98,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
int connect(ip_addr_t* addr, uint16_t port)
|
||||
int connect(const ip_addr_t* addr, uint16_t port)
|
||||
{
|
||||
return mockConnect(addr->addr, _sock, port);
|
||||
}
|
||||
|
Reference in New Issue
Block a user