diff --git a/cpu/msp430-common/include/cpu-conf.h b/cpu/msp430-common/include/cpu-conf.h index 11b9e15832..198223a768 100644 --- a/cpu/msp430-common/include/cpu-conf.h +++ b/cpu/msp430-common/include/cpu-conf.h @@ -23,8 +23,8 @@ See the file LICENSE in the top level directory for more details. #define KERNEL_CONF_STACKSIZE_DEFAULT (256) #endif -#define KERNEL_CONF_STACKSIZE_IDLE 96 -#define MSP430_ISR_STACK_SIZE 256 +#define KERNEL_CONF_STACKSIZE_IDLE (96) +#define MSP430_ISR_STACK_SIZE (256) #define RX_BUF_SIZE (3) #define TRANSCEIVER_BUFFER_SIZE (3)