cpu/msp430: increase default stacksize for gnrc_ipv6 thread

This commit is contained in:
PeterKietzmann 2018-09-26 11:06:05 +02:00
parent bbc16cced2
commit df58b7293b

View File

@ -71,6 +71,10 @@ extern "C" {
/* TODO: Make this value overall MTU dependent */
# define GNRC_PKTBUF_SIZE (2560)
#endif
#ifndef GNRC_IPV6_STACK_SIZE
# define GNRC_IPV6_STACK_SIZE (512)
#endif
/** @} */
#ifdef __cplusplus