X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftmicore%2FMoteClockC.nc;h=4a76d7a30b47846e4c274d9db5d3050e19b1eef1;hb=0f564f876bf22d1c6dd027d29653cd589fb4c4ba;hp=7c5598f50c5da0649fe711eeb5437526afeb3956;hpb=7b8bca7a2a5fe7a14fa7f9d5bfd8fcbe2b9048bc;p=tinyos-2.x.git diff --git a/tos/platforms/tmicore/MoteClockC.nc b/tos/platforms/tmicore/MoteClockC.nc index 7c5598f5..4a76d7a3 100644 --- a/tos/platforms/tmicore/MoteClockC.nc +++ b/tos/platforms/tmicore/MoteClockC.nc @@ -44,5 +44,4 @@ implementation { components new Msp430ClockC(8192, 32); MoteClockP.SubInit -> Msp430ClockC.Init; - MoteClockP.Msp430ClockInit -> Msp430ClockC; }