]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/html/tutorial/lesson1.html
Updates.
[tinyos-2.x.git] / doc / html / tutorial / lesson1.html
index 0f8616383b24d4033032c255a7f070df5de4d563..d461a6a6d63a3b85e534100481ff90a531cb679d 100644 (file)
@@ -603,7 +603,6 @@ implementation {
   components new TimerMilliC() as Timer2;
 
   BlinkC -> MainC.Boot;
-  MainC.SoftwareInit -> LedsC;
   BlinkC.Timer0 -> Timer0;
   BlinkC.Timer1 -> Timer1;
   BlinkC.Timer2 -> Timer2;
@@ -666,7 +665,7 @@ module BlinkC {
   uses interface Timer<TMilli> as Timer1;
   uses interface Timer<TMilli> as Timer2;
   uses interface Leds;
-  users interface Boot;
+  uses interface Boot;
 }
 implementation
 {
@@ -721,7 +720,6 @@ implementation {
   components new TimerMilliC() as Timer2;
 
   BlinkC -> MainC.Boot;
-  MainC.SoftwareInit -> LedsC;
   BlinkC.Timer0 -> Timer0;
   BlinkC.Timer1 -> Timer1;
   BlinkC.Timer2 -> Timer2;