]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/deluge/GoldenImage/GoldenImageAppC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / tests / deluge / GoldenImage / GoldenImageAppC.nc
index f27635f4171c890a81a6fd0f52af8ba1002ef70f..5847026eb10ebecf11a6999649329bd683bfd893 100644 (file)
@@ -29,5 +29,8 @@ configuration GoldenImageAppC {}
 implementation
 {
   components DelugeC;
+  components LedsC;
+
+  DelugeC.Leds -> LedsC;
 }