X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fsystem%2FSchedulerBasicP.nc;h=d80968ed473120cf16f53ea35d6268a644a8a01c;hb=816c22929992f22955bffe07b387128922cbd0a5;hp=983b231527ea946015996991f3423eb237f9cd4c;hpb=22faa4157257392edbe4b11964d29f1bade459f8;p=tinyos-2.x.git diff --git a/tos/system/SchedulerBasicP.nc b/tos/system/SchedulerBasicP.nc index 983b2315..d80968ed 100644 --- a/tos/system/SchedulerBasicP.nc +++ b/tos/system/SchedulerBasicP.nc @@ -40,7 +40,7 @@ #include "hardware.h" -module SchedulerBasicP { +module SchedulerBasicP @safe() { provides interface Scheduler; provides interface TaskBasic[uint8_t id]; uses interface McuSleep;