[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 DefaultMacC.nc, 1.6, 1.7

Janos Sallai sallai at users.sourceforge.net
Thu Apr 24 15:04:13 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/rf230
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14156

Modified Files:
	DefaultMacC.nc 
Log Message:
disable LPL by default, use CFLAGS+=-DLOW_POWER_LISTENING in the Makefile to enable LPL

Index: DefaultMacC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/rf230/DefaultMacC.nc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** DefaultMacC.nc	22 Apr 2008 10:55:20 -0000	1.6
--- DefaultMacC.nc	24 Apr 2008 22:04:10 -0000	1.7
***************
*** 69,73 ****
--- 69,77 ----
  
  	components ActiveMessageLayerC;
+ #if defined(LOW_POWER_LISTENING)
  	components LowPowerListeningLayerC;
+ #else	
+ 	components new DummyLayerC() as LowPowerListeningLayerC;
+ #endif	
  	components MessageBufferLayerC;
  	components UniqueLayerC;



More information about the Tinyos-2-commits mailing list