]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/timer/Msp430CounterC.nc
mark more modules as safe code
[tinyos-2.x.git] / tos / chips / msp430 / timer / Msp430CounterC.nc
index c6f31ffacf83dec057d09153b9f2c1c5db0b9b79..e380f359dc4e3227343964bf43fc5c7ad7b24689 100644 (file)
@@ -28,7 +28,7 @@
  *          intended use.
  */
  
-generic module Msp430CounterC( typedef frequency_tag )
+generic module Msp430CounterC( typedef frequency_tag ) @safe()
 {
   provides interface Counter<frequency_tag,uint16_t> as Counter;
   uses interface Msp430Timer;