]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
A missing change from the last commit.
authorrazvanm <razvanm>
Thu, 19 Jul 2007 02:27:39 +0000 (02:27 +0000)
committerrazvanm <razvanm>
Thu, 19 Jul 2007 02:27:39 +0000 (02:27 +0000)
apps/tests/deluge/Blink/BlinkAppC.nc

index 4cdad48b2f0b41b3de98df0941dc493d75066e5a..1a09d0ff973ee06d4ba0f080cf27715cbd788522 100644 (file)
@@ -45,6 +45,7 @@ implementation
   components MainC, BlinkC, LedsC;
 #ifdef DELUGE
   components DelugeC;
+  DelugeC.Leds -> LedsC;
 #endif
   components new TimerMilliC() as Timer0;