[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


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;



More information about the Tinyos-2-commits mailing list