Skip to content

Commit e7dd9e3

Browse files
committed
Merge branch 'upstream_35' of https://github.com/nilrog/arduino_uip
2 parents d00c880 + 109f89d commit e7dd9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UIPClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ UIPClient::read(uint8_t *buf, size_t size)
254254
memhandle* p = &data->packets_in[0];
255255
if (*p == NOBLOCK)
256256
return 0;
257-
int read;
257+
unsigned int read;
258258
do
259259
{
260260
read = UIPEthernet.network.readPacket(*p,0,buf+size-remain,remain);

0 commit comments

Comments
 (0)