[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/mica Counter32khz32C.nc, 1.4, 1.5
Marco Langerwisch
devdj at users.sourceforge.net
Mon Sep 1 10:44:04 PDT 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc1000 CC1000CsmaRadioC.nc, 1.7, 1.8
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc1000 CC1000ActiveMessageC.nc, 1.8, 1.9 CC1000CsmaRadioC.nc, 1.8, 1.9 CC1000Msg.h, 1.6, 1.7 CC1000SendReceiveP.nc, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/mica
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15410
Modified Files:
Counter32khz32C.nc
Log Message:
Fixed wrong precision tag.
Index: Counter32khz32C.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/mica/Counter32khz32C.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Counter32khz32C.nc 12 Dec 2006 18:23:42 -0000 1.4
--- Counter32khz32C.nc 1 Sep 2008 17:44:02 -0000 1.5
***************
*** 27,31 ****
{
components CounterOne16C as Counter16,
! new TransformCounterC(T32khz, uint32_t, T32khz, uint16_t,
MICA_DIVIDE_ONE_FOR_32KHZ_LOG2,
counter_one_overflow_t) as Transform32;
--- 27,31 ----
{
components CounterOne16C as Counter16,
! new TransformCounterC(T32khz, uint32_t, TOne, uint16_t,
MICA_DIVIDE_ONE_FOR_32KHZ_LOG2,
counter_one_overflow_t) as Transform32;
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc1000 CC1000CsmaRadioC.nc, 1.7, 1.8
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc1000 CC1000ActiveMessageC.nc, 1.8, 1.9 CC1000CsmaRadioC.nc, 1.8, 1.9 CC1000Msg.h, 1.6, 1.7 CC1000SendReceiveP.nc, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list