[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420
CC2420ControlP.nc, 1.1.2.21, 1.1.2.22
Jonathan Hui
jwhui at users.sourceforge.net
Thu Sep 7 10:53:19 PDT 2006
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/html tep108.html, 1.1.2.10,
1.1.2.11
- Next message: [Tinyos-2-commits]
CVS: tinyos-2.x/tos/lib/tossim TOSSIM.py, 1.1.2.8,
1.1.2.9 tossim.c, 1.1.2.10, 1.1.2.11 tossim.h, 1.1.2.9,
1.1.2.10 tossim.i, 1.1.2.7, 1.1.2.8 tossim_wrap.cxx, 1.1.2.8,
1.1.2.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14923
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
CC2420ControlP.nc
Log Message:
Release resource after changing config registers.
Fixes bug noted by Razvan ME.
Index: CC2420ControlP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/CC2420ControlP.nc,v
retrieving revision 1.1.2.21
retrieving revision 1.1.2.22
diff -C2 -d -r1.1.2.21 -r1.1.2.22
*** CC2420ControlP.nc 15 Aug 2006 11:59:08 -0000 1.1.2.21
--- CC2420ControlP.nc 7 Sep 2006 17:53:12 -0000 1.1.2.22
***************
*** 271,274 ****
--- 271,275 ----
call PANID.write( 0, (uint8_t*)id, sizeof( id ) );
call CSN.set();
+ call SyncResource.release();
post syncDone_task();
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/html tep108.html, 1.1.2.10,
1.1.2.11
- Next message: [Tinyos-2-commits]
CVS: tinyos-2.x/tos/lib/tossim TOSSIM.py, 1.1.2.8,
1.1.2.9 tossim.c, 1.1.2.10, 1.1.2.11 tossim.h, 1.1.2.9,
1.1.2.10 tossim.i, 1.1.2.7, 1.1.2.8 tossim_wrap.cxx, 1.1.2.8,
1.1.2.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list