]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestPrintf/TestPrintfAppC.nc
Updates to files after running the majority of the telosb rc3 tests
[tinyos-2.x.git] / apps / tests / TestPrintf / TestPrintfAppC.nc
index 9332725a0869fe95354abe028bdc5557d0fe1a61..3bff64928f6b40120f92da5b2e0d4413b8aa273d 100644 (file)
@@ -37,7 +37,9 @@ configuration TestPrintfAppC{
 }
 implementation {
   components MainC, TestPrintfC;
+  components new TimerMilliC();
 
   TestPrintfC.Boot -> MainC;
+  TestPrintfC.Timer -> TimerMilliC;
 }