[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/handhelds/tos/platform/shimmer
RovingNetworksC.nc, 1.1, 1.2
steve ayer
ayer1 at users.sourceforge.net
Thu Sep 13 10:58:23 PDT 2007
Update of /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/tos/platform/shimmer
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22686
Modified Files:
RovingNetworksC.nc
Log Message:
removed timer mechanisms, now unused by module.
Index: RovingNetworksC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/tos/platform/shimmer/RovingNetworksC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RovingNetworksC.nc 9 Mar 2007 20:15:06 -0000 1.1
--- RovingNetworksC.nc 13 Sep 2007 17:58:21 -0000 1.2
***************
*** 50,55 ****
RovingNetworksM.ConnectionInterrupt -> MSP430InterruptM.Port15;
RovingNetworksM.MessagePool -> MessagePoolM;
- RovingNetworksM.OverflowTimer -> TimerC.Timer[unique("Timer")];
- RovingNetworksM.TimerControl -> TimerC;
RovingNetworksM.Leds -> LedsC;
}
--- 50,53 ----
More information about the Tinyos-contrib-commits
mailing list