]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Leds.
authorscipio <scipio>
Fri, 1 Jun 2007 15:48:17 +0000 (15:48 +0000)
committerscipio <scipio>
Fri, 1 Jun 2007 15:48:17 +0000 (15:48 +0000)
doc/html/tutorial/lesson1.html

index 0f8616383b24d4033032c255a7f070df5de4d563..1de683d7868cf09aaa0ab14c3b8aeae52f217d8a 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;
@@ -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;