]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/system/BlockingResourceC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / lib / tosthreads / system / BlockingResourceC.nc
index fc14b25393e56697debf506cc25ddffe2792468d..e7a4532eb3e92840b1ed4373358ca54482ca2153 100644 (file)
@@ -47,8 +47,8 @@ implementation {
   BlockingResource = BlockingResourceP;
   Resource = BlockingResourceP;
   
-  components ThreadTimersC;
-  BlockingResourceP.Timer -> ThreadTimersC;
+  components ThreadSleepC;
+  BlockingResourceP.ThreadSleep -> ThreadSleepC;
   
   components SystemCallC;
   components TinyThreadSchedulerC;