bugfix compile and flash

This commit is contained in:
Harald Pichler 2013-02-21 16:00:48 +01:00
parent f6fa014a1f
commit cb41c216e9
3 changed files with 7 additions and 4 deletions

View file

@ -41,6 +41,9 @@
#undef UIP_CONF_DS6_ROUTE_NBU
#define UIP_CONF_DS6_ROUTE_NBU 50
#undef UIP_CONF_TCP
#define UIP_CONF_TCP 1
#ifndef QUEUEBUF_CONF_NUM
#define QUEUEBUF_CONF_NUM 4
#endif