]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
rf230 fix: make sure that the rf230 stack does not disable interrupts for more than...
authorsallai <sallai>
Tue, 20 Jan 2009 15:51:51 +0000 (15:51 +0000)
committersallai <sallai>
Tue, 20 Jan 2009 15:51:51 +0000 (15:51 +0000)
apps/BaseStation/Makefile

index 3c052e790cdf2f3a46e52aeaf9f2e7275ce4b264..98109ed5ba4f99181777e1cc9d19ec41ef72ae2a 100644 (file)
@@ -1,6 +1,7 @@
 COMPONENT=BaseStationC
 CFLAGS += -DCC2420_NO_ACKNOWLEDGEMENTS
 CFLAGS += -DCC2420_NO_ADDRESS_RECOGNITION
+CFLAGS += -DTASKLET_IS_TASK
 
 include $(MAKERULES)