[Tinyos-2-commits] CVS: tinyos-2.x/apps/BaseStation Makefile, 1.4, 1.5

Janos Sallai sallai at users.sourceforge.net
Tue Jan 20 07:51:53 PST 2009


Update of /cvsroot/tinyos/tinyos-2.x/apps/BaseStation
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11818

Modified Files:
	Makefile 
Log Message:
rf230 fix: make sure that the rf230 stack does not disable interrupts for more than a few microseconds

Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/BaseStation/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile	6 Jul 2007 18:26:04 -0000	1.4
--- Makefile	20 Jan 2009 15:51:51 -0000	1.5
***************
*** 2,5 ****
--- 2,6 ----
  CFLAGS += -DCC2420_NO_ACKNOWLEDGEMENTS
  CFLAGS += -DCC2420_NO_ADDRESS_RECOGNITION
+ CFLAGS += -DTASKLET_IS_TASK
  
  include $(MAKERULES)



More information about the Tinyos-2-commits mailing list