From: sallai Date: Tue, 20 Jan 2009 15:51:51 +0000 (+0000) Subject: rf230 fix: make sure that the rf230 stack does not disable interrupts for more than... X-Git-Tag: rc_6_tinyos_2_1_1~520 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=58d9262c6db2a9d2a9f4a6a41dde6780d04ad7b3 rf230 fix: make sure that the rf230 stack does not disable interrupts for more than a few microseconds --- diff --git a/apps/BaseStation/Makefile b/apps/BaseStation/Makefile index 3c052e79..98109ed5 100644 --- a/apps/BaseStation/Makefile +++ b/apps/BaseStation/Makefile @@ -1,6 +1,7 @@ COMPONENT=BaseStationC CFLAGS += -DCC2420_NO_ACKNOWLEDGEMENTS CFLAGS += -DCC2420_NO_ADDRESS_RECOGNITION +CFLAGS += -DTASKLET_IS_TASK include $(MAKERULES)