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:
parent
73699e73ed
commit
69f6748a7c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user