From: razvanm Date: Thu, 19 Jul 2007 02:27:39 +0000 (+0000) Subject: A missing change from the last commit. X-Git-Tag: release_tools_1_2_4_1~20 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=24d1907c54f0648f1c54bc09e276f625b4038293 A missing change from the last commit. --- diff --git a/apps/tests/deluge/Blink/BlinkAppC.nc b/apps/tests/deluge/Blink/BlinkAppC.nc index 4cdad48b..1a09d0ff 100644 --- a/apps/tests/deluge/Blink/BlinkAppC.nc +++ b/apps/tests/deluge/Blink/BlinkAppC.nc @@ -45,6 +45,7 @@ implementation components MainC, BlinkC, LedsC; #ifdef DELUGE components DelugeC; + DelugeC.Leds -> LedsC; #endif components new TimerMilliC() as Timer0;