mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
fix multiple definition of TRANSCEIVER_STACK_SIZE for using with native cpu
This commit is contained in:
parent
d477dca89a
commit
0dd314afbb
@ -27,7 +27,12 @@
|
||||
#define KERNEL_CONF_STACKSIZE_DEFAULT (16384)
|
||||
#define KERNEL_CONF_STACKSIZE_IDLE (16384)
|
||||
#define NATIVE_ISR_STACKSIZE (16384)
|
||||
// undefine the TRANSCEIVER_STACK_SIZE (2048 or 512) defined in trnsceiver.h
|
||||
#ifdef TRANSCEIVER_STACK_SIZE
|
||||
#undef TRANSCEIVER_STACK_SIZE
|
||||
#endif
|
||||
#define TRANSCEIVER_STACK_SIZE (16384)
|
||||
|
||||
#define MINIMUM_STACK_SIZE (16384)
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user