From 58d9262c6db2a9d2a9f4a6a41dde6780d04ad7b3 Mon Sep 17 00:00:00 2001 From: sallai Date: Tue, 20 Jan 2009 15:51:51 +0000 Subject: [PATCH] rf230 fix: make sure that the rf230 stack does not disable interrupts for more than a few microseconds --- apps/BaseStation/Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2