]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tutorials/Printf/TestPrintfAppC.nc
Update to tutorial for 2.1 release
[tinyos-2.x.git] / apps / tutorials / Printf / TestPrintfAppC.nc
index 8e2b565e22d05f1520df65b292ae3a1f00a0f88e..db8bb2f07a9eb2069d6efc4eed2a5d2593cd353f 100644 (file)
 configuration TestPrintfAppC{
 }
 implementation {
-  components MainC, TestPrintfC, LedsC;
-  components PrintfC;
+  components MainC, TestPrintfC;
 
   TestPrintfC.Boot -> MainC;
-  TestPrintfC.Leds -> LedsC;
-  TestPrintfC.PrintfControl -> PrintfC;
-  TestPrintfC.PrintfFlush -> PrintfC;
 }