X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fsystem%2FBlockingResourceC.nc;h=e7a4532eb3e92840b1ed4373358ca54482ca2153;hb=4f00f40a7c40b8ba3493abc904f895aeba5d7a09;hp=fc14b25393e56697debf506cc25ddffe2792468d;hpb=729c2ae97fd4657e60118af9793374124358a925;p=tinyos-2.x.git diff --git a/tos/lib/tosthreads/system/BlockingResourceC.nc b/tos/lib/tosthreads/system/BlockingResourceC.nc index fc14b253..e7a4532e 100644 --- a/tos/lib/tosthreads/system/BlockingResourceC.nc +++ b/tos/lib/tosthreads/system/BlockingResourceC.nc @@ -47,8 +47,8 @@ implementation { BlockingResource = BlockingResourceP; Resource = BlockingResourceP; - components ThreadTimersC; - BlockingResourceP.Timer -> ThreadTimersC; + components ThreadSleepC; + BlockingResourceP.ThreadSleep -> ThreadSleepC; components SystemCallC; components TinyThreadSchedulerC;