[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
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420/receive CC2420ReceiveP.nc, 1.7, 1.8
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 DummyLayerP.nc, NONE, 1.1 DefaultMacC.nc, 1.8, 1.9 DummyLayerC.nc, 1.2, 1.3 LowPowerListeningLayerC.nc, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 {
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420/receive CC2420ReceiveP.nc, 1.7, 1.8
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 DummyLayerP.nc, NONE, 1.1 DefaultMacC.nc, 1.8, 1.9 DummyLayerC.nc, 1.2, 1.3 LowPowerListeningLayerC.nc, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list