cpu/msp430: increase default stacksize for gnrc_ipv6 thread
This commit is contained in:
parent
bbc16cced2
commit
df58b7293b
@ -71,6 +71,10 @@ extern "C" {
|
|||||||
/* TODO: Make this value overall MTU dependent */
|
/* TODO: Make this value overall MTU dependent */
|
||||||
# define GNRC_PKTBUF_SIZE (2560)
|
# define GNRC_PKTBUF_SIZE (2560)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef GNRC_IPV6_STACK_SIZE
|
||||||
|
# define GNRC_IPV6_STACK_SIZE (512)
|
||||||
|
#endif
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user