From b571286574999ddf309e9dbe8eaa8db7704a48d1 Mon Sep 17 00:00:00 2001 From: Oliver Hahm Date: Tue, 18 Jun 2013 17:26:53 +0200 Subject: [PATCH] * fixed typo --- cpu/native/include/cpu-conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/native/include/cpu-conf.h b/cpu/native/include/cpu-conf.h index 4e959912d..7852e6675 100644 --- a/cpu/native/include/cpu-conf.h +++ b/cpu/native/include/cpu-conf.h @@ -28,7 +28,7 @@ #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 +/* undefine the TRANSCEIVER_STACK_SIZE (2048 or 512) defined in transceiver.h */ #ifdef TRANSCEIVER_STACK_SIZE #undef TRANSCEIVER_STACK_SIZE #endif