mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
8 lines
161 B
C
8 lines
161 B
C
#undef UIP_CONF_ND6_SEND_NS
|
|
#define UIP_CONF_ND6_SEND_NS 1
|
|
|
|
#ifdef BUFSIZE
|
|
#undef UIP_CONF_BUFFER_SIZE
|
|
#define UIP_CONF_BUFFER_SIZE BUFSIZE
|
|
#endif /* BUFSIZE */
|