X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fsystem%2FBlockingResourceC.nc;h=e7a4532eb3e92840b1ed4373358ca54482ca2153;hp=fc14b25393e56697debf506cc25ddffe2792468d;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 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;