[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/timer BusyWait32khzC.nc, 1.2, 1.3
Vlado Handziski
vlahan at users.sourceforge.net
Mon Mar 30 11:56:36 PDT 2009
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/timer
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24181/tos/chips/msp430/timer
Modified Files:
BusyWait32khzC.nc
Log Message:
Fix component name typo reported by Morten Tranberg Hansen
Index: BusyWait32khzC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/timer/BusyWait32khzC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** BusyWait32khzC.nc 12 Jul 2006 17:01:43 -0000 1.2
--- BusyWait32khzC.nc 30 Mar 2009 18:56:34 -0000 1.3
***************
*** 37,41 ****
BusyWait = BusyWaitCounterC;
! BusyWaitCounter.Counter -> Msp430Counter32khzC;
}
--- 37,41 ----
BusyWait = BusyWaitCounterC;
! BusyWaitCounterC.Counter -> Msp430Counter32khzC;
}
More information about the Tinyos-2-commits
mailing list