1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

clean up msp430 cpu-conf.h

This commit is contained in:
Ludwig Ortmann 2013-12-16 11:22:42 +01:00
parent 73699e73ed
commit 69f6748a7c

View File

@ -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)