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