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