* fixed typo
This commit is contained in:
parent
ac10da4509
commit
b571286574
@ -28,7 +28,7 @@
|
|||||||
#define KERNEL_CONF_STACKSIZE_DEFAULT (16384)
|
#define KERNEL_CONF_STACKSIZE_DEFAULT (16384)
|
||||||
#define KERNEL_CONF_STACKSIZE_IDLE (16384)
|
#define KERNEL_CONF_STACKSIZE_IDLE (16384)
|
||||||
#define NATIVE_ISR_STACKSIZE (16384)
|
#define NATIVE_ISR_STACKSIZE (16384)
|
||||||
// undefine the TRANSCEIVER_STACK_SIZE (2048 or 512) defined in trnsceiver.h
|
/* undefine the TRANSCEIVER_STACK_SIZE (2048 or 512) defined in transceiver.h */
|
||||||
#ifdef TRANSCEIVER_STACK_SIZE
|
#ifdef TRANSCEIVER_STACK_SIZE
|
||||||
#undef TRANSCEIVER_STACK_SIZE
|
#undef TRANSCEIVER_STACK_SIZE
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user