[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420/lpl DefaultLplC.nc, 1.1, 1.2 DummyLplC.nc, 1.1, 1.2

dmm rincon at users.sourceforge.net
Wed May 14 14:40:57 PDT 2008


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

Modified Files:
	DefaultLplC.nc DummyLplC.nc 
Log Message:
Added/modified compile warnings to let the developer know what he's getting.

Index: DefaultLplC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/lpl/DefaultLplC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DefaultLplC.nc	4 Jul 2007 00:37:15 -0000	1.1
--- DefaultLplC.nc	14 May 2008 21:40:54 -0000	1.2
***************
*** 37,41 ****
  
  #include "DefaultLpl.h"
! #warning "*** USING DEFAULT POWER LISTENING LAYER"
  
  configuration DefaultLplC {
--- 37,41 ----
  
  #include "DefaultLpl.h"
! #warning "*** USING DEFAULT LOW POWER COMMUNICATIONS ***"
  
  configuration DefaultLplC {

Index: DummyLplC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/lpl/DummyLplC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DummyLplC.nc	4 Jul 2007 00:37:15 -0000	1.1
--- DummyLplC.nc	14 May 2008 21:40:55 -0000	1.2
***************
*** 36,40 ****
   * @author David Moss
   */
!  
  configuration DummyLplC {
    provides {
--- 36,42 ----
   * @author David Moss
   */
! 
! #warning "*** LOW POWER COMMUNICATIONS DISABLED ***"
! 
  configuration DummyLplC {
    provides {



More information about the Tinyos-2-commits mailing list