[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420/control
CC2420ControlP.nc, 1.2, 1.3
dmm
rincon at users.sourceforge.net
Mon Nov 19 07:48:56 PST 2007
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 DummyLPLMacC.nc,
NONE, 1.1 DummyLPLP.nc, NONE, 1.1 RF230LayerP.nc, 1.1, 1.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/AntiTheft/Nodes
AntiTheftAppC.nc, 1.3, 1.4 Makefile, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/control
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20851
Modified Files:
CC2420ControlP.nc
Log Message:
Added atomic statements to setAutoAck
Index: CC2420ControlP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/control/CC2420ControlP.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CC2420ControlP.nc 6 Jul 2007 18:09:44 -0000 1.2
--- CC2420ControlP.nc 19 Nov 2007 15:48:54 -0000 1.3
***************
*** 321,326 ****
*/
command void CC2420Config.setAutoAck(bool enableAutoAck, bool hwAutoAck) {
! autoAckEnabled = enableAutoAck;
! hwAutoAckDefault = hwAutoAck;
}
--- 321,326 ----
*/
command void CC2420Config.setAutoAck(bool enableAutoAck, bool hwAutoAck) {
! atomic autoAckEnabled = enableAutoAck;
! atomic hwAutoAckDefault = hwAutoAck;
}
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 DummyLPLMacC.nc,
NONE, 1.1 DummyLPLP.nc, NONE, 1.1 RF230LayerP.nc, 1.1, 1.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/AntiTheft/Nodes
AntiTheftAppC.nc, 1.3, 1.4 Makefile, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list