From 69f6748a7c47a01cd8d975bdb0c48c75224ee806 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Mon, 16 Dec 2013 11:22:42 +0100 Subject: [PATCH] clean up msp430 cpu-conf.h --- cpu/msp430-common/include/cpu-conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)