]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/system/SchedulerBasicP.nc
mark more modules as safe code
[tinyos-2.x.git] / tos / system / SchedulerBasicP.nc
index 983b231527ea946015996991f3423eb237f9cd4c..d80968ed473120cf16f53ea35d6268a644a8a01c 100644 (file)
@@ -40,7 +40,7 @@
 
 #include "hardware.h"
 
-module SchedulerBasicP {
+module SchedulerBasicP @safe() {
   provides interface Scheduler;
   provides interface TaskBasic[uint8_t id];
   uses interface McuSleep;