mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 16:29:34 +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 */
|