X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftutorials%2FPrintf%2FTestPrintfAppC.nc;h=db8bb2f07a9eb2069d6efc4eed2a5d2593cd353f;hb=e7e66ced6080596f50597ebeb827a0b5f02b0701;hp=8e2b565e22d05f1520df65b292ae3a1f00a0f88e;hpb=2f3b4d843e48cfe098d8b01159d756fddd6420b8;p=tinyos-2.x.git diff --git a/apps/tutorials/Printf/TestPrintfAppC.nc b/apps/tutorials/Printf/TestPrintfAppC.nc index 8e2b565e..db8bb2f0 100644 --- a/apps/tutorials/Printf/TestPrintfAppC.nc +++ b/apps/tutorials/Printf/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; }