mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 00:14:02 +00:00
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:
parent
5e24ae49a6
commit
6f066fca82
@ -38,7 +38,7 @@
|
|||||||
#include "lwip/tcpip.h"
|
#include "lwip/tcpip.h"
|
||||||
|
|
||||||
#if LWIP_RAW
|
#if LWIP_RAW
|
||||||
static int
|
static u8_t
|
||||||
recv_raw(void *arg, struct raw_pcb *pcb, struct pbuf *p,
|
recv_raw(void *arg, struct raw_pcb *pcb, struct pbuf *p,
|
||||||
struct ip_addr *addr)
|
struct ip_addr *addr)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user