X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2FTestPrintf%2FTestPrintfAppC.nc;fp=apps%2Ftests%2FTestPrintf%2FTestPrintfAppC.nc;h=3bff64928f6b40120f92da5b2e0d4413b8aa273d;hb=7b07fc8ef05afcd68a293cbd6983c2df0ed98938;hp=9332725a0869fe95354abe028bdc5557d0fe1a61;hpb=56cd1424ce02b2f1d37afca99a516badfee8cfe6;p=tinyos-2.x.git diff --git a/apps/tests/TestPrintf/TestPrintfAppC.nc b/apps/tests/TestPrintf/TestPrintfAppC.nc index 9332725a..3bff6492 100644 --- a/apps/tests/TestPrintf/TestPrintfAppC.nc +++ b/apps/tests/TestPrintf/TestPrintfAppC.nc @@ -37,7 +37,9 @@ configuration TestPrintfAppC{ } implementation { components MainC, TestPrintfC; + components new TimerMilliC(); TestPrintfC.Boot -> MainC; + TestPrintfC.Timer -> TimerMilliC; }