* fixed typo

This commit is contained in:
Oliver Hahm 2013-06-18 17:26:53 +02:00
parent ac10da4509
commit b571286574

View File

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