]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/timer/CounterToLocalTimeC.nc
mark more modules as safe code
[tinyos-2.x.git] / tos / lib / timer / CounterToLocalTimeC.nc
index 07dc6e3510db4999edc99913e509005550705d3d..969308f668fbb8afa32b32a2b1053d1dae1d3f62 100644 (file)
@@ -32,7 +32,7 @@
  * @author Cory Sharp <cssharp@eecs.berkeley.edu>
  */
 
-generic module CounterToLocalTimeC(typedef precision_tag)
+generic module CounterToLocalTimeC(typedef precision_tag) @safe()
 {
   provides interface LocalTime<precision_tag>;
   uses interface Counter<precision_tag,uint32_t>;