]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestTrickleTimer/TestTrickleTimerAppC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / tests / TestTrickleTimer / TestTrickleTimerAppC.nc
index b2e3f776d431d5e781af752db355e31637e48449..ca39ca0814c5579b336fe0c795a64e5bb1b67418 100644 (file)
@@ -39,7 +39,7 @@ implementation {
   components new TimerMilliC();
   components new BitVectorC(1) as PendingVector;
   components new BitVectorC(1) as ChangeVector;
-
+  
   //  Timer.Timer -> TimerMilliC;
   //Timer.Random -> RandomC;
   //Timer.Changed -> ChangeVector;
@@ -52,7 +52,7 @@ implementation {
   TestTrickleTimerAppP.TimerB -> TimerB;
   TestTrickleTimerAppP.TimerC -> TimerC;
   TestTrickleTimerAppP.TimerD -> TimerD;
-  
+  TestTrickleTimerAppP.Random -> RandomC;
 }