change project-conf.f for cc26xx-web-demo to make it link with the new stack region size on cc26xx

This commit is contained in:
Atis Elsts 2018-03-29 14:15:47 +01:00
parent a9e9d0f3ec
commit 94db704b44
1 changed files with 3 additions and 3 deletions

View File

@ -60,9 +60,9 @@
* Shrink the size of the uIP buffer, routing table and ND cache.
* Set the TCP MSS
*/
#define UIP_CONF_BUFFER_SIZE 900
#define NETSTCK_ROUTING_STATE_SIZE 5
#define NBR_TABLE_CONF_MAX_NEIGHBORS 5
#define UIP_CONF_BUFFER_SIZE 500
#define NETSTACK_MAX_ROUTE_ENTRIES 5
#define NBR_TABLE_CONF_MAX_NEIGHBORS 5
#define UIP_CONF_TCP_MSS 128
/*---------------------------------------------------------------------------*/
#endif /* PROJECT_CONF_H_ */