Changed recv_raw() from int to u8_t, to match prototype of raw_recv() in raw.h

and so avoid compiler error.
This commit is contained in:
softins 2004-07-21 08:55:26 +00:00
parent 5e24ae49a6
commit 6f066fca82

View File

@ -38,7 +38,7 @@
#include "lwip/tcpip.h"
#if LWIP_RAW
static int
static u8_t
recv_raw(void *arg, struct raw_pcb *pcb, struct pbuf *p,
struct ip_addr *addr)
{