mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-02 19:29:30 +00:00
Make fake routines conditional on CONTIKI_NO_NET
This commit is contained in:
parent
6d3c276e7e
commit
dc9f16131c
@ -7,6 +7,8 @@
|
||||
#include "uip.h"
|
||||
#include <string.h>
|
||||
|
||||
#if CONTIKI_NO_NET
|
||||
|
||||
#define UIP_IP_BUF ((struct uip_ip_hdr *)&uip_buf[UIP_LLH_LEN])
|
||||
|
||||
uip_buf_t uip_aligned_buf;
|
||||
@ -124,3 +126,4 @@ uip_icmp6chksum(void)
|
||||
{
|
||||
return upper_layer_chksum(UIP_PROTO_ICMP6);
|
||||
}
|
||||
#endif /* CONTIKI_NO_NET */
|
||||
|
Loading…
Reference in New Issue
Block a user