]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/timer/Msp430AlarmC.nc
mark more modules as safe code
[tinyos-2.x.git] / tos / chips / msp430 / timer / Msp430AlarmC.nc
index 1a781107faf43a6bd2d44e86e8ef8f57767e3be8..834204cf9056eb30f25c2162daeb94c4bb1c0381 100644 (file)
@@ -29,7 +29,7 @@
  *          intended use.
  */
 
-generic module Msp430AlarmC(typedef frequency_tag)
+generic module Msp430AlarmC(typedef frequency_tag) @safe()
 {
   provides interface Init;
   provides interface Alarm<frequency_tag,uint16_t> as Alarm;