X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2FTestPrintf%2FTestPrintfAppC.nc;h=db8bb2f07a9eb2069d6efc4eed2a5d2593cd353f;hb=56c485dc1d896f02891666fb0308120cef3dd66b;hp=8e2b565e22d05f1520df65b292ae3a1f00a0f88e;hpb=7e3e9dc68fd8299266a07e07357853271d424cdb;p=tinyos-2.x.git diff --git a/apps/tests/TestPrintf/TestPrintfAppC.nc b/apps/tests/TestPrintf/TestPrintfAppC.nc index 8e2b565e..db8bb2f0 100644 --- a/apps/tests/TestPrintf/TestPrintfAppC.nc +++ b/apps/tests/TestPrintf/TestPrintfAppC.nc @@ -38,12 +38,8 @@ configuration TestPrintfAppC{ } implementation { - components MainC, TestPrintfC, LedsC; - components PrintfC; + components MainC, TestPrintfC; TestPrintfC.Boot -> MainC; - TestPrintfC.Leds -> LedsC; - TestPrintfC.PrintfControl -> PrintfC; - TestPrintfC.PrintfFlush -> PrintfC; }