]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/Blink/BlinkC.nc
mark a few more modules as safe code; this cannot affect unsafe compilation
[tinyos-2.x.git] / apps / Blink / BlinkC.nc
index 90c4b2640aece007b19e353fed139a98aece3dc3..ce17712872a343f9bd9d0cf8f04051179ff2b608 100644 (file)
@@ -36,7 +36,7 @@
 
 #include "Timer.h"
 
-module BlinkC
+module BlinkC @safe()
 {
   uses interface Timer<TMilli> as Timer0;
   uses interface Timer<TMilli> as Timer1;