X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fsystem%2FTinyThreadSchedulerC.nc;h=0d4d60362e21fff87b805af5340610b808e1c943;hp=cf5c283daed1a9e29ffb9099ced62b9360b774fc;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/lib/tosthreads/system/TinyThreadSchedulerC.nc b/tos/lib/tosthreads/system/TinyThreadSchedulerC.nc index cf5c283d..0d4d6036 100644 --- a/tos/lib/tosthreads/system/TinyThreadSchedulerC.nc +++ b/tos/lib/tosthreads/system/TinyThreadSchedulerC.nc @@ -57,6 +57,9 @@ implementation { ThreadScheduler = Sched; Sched.McuSleep -> Sleep; + components BitArrayUtilsC; + Sched.BitArrayUtils -> BitArrayUtilsC; + components ThreadQueueC; Sched.ThreadQueue -> ThreadQueueC;