]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/timer/Msp430TimerCapComP.nc
turn on safe compilation for some modules
[tinyos-2.x.git] / tos / chips / msp430 / timer / Msp430TimerCapComP.nc
index 5ae8695a62432b2df807dea0758da70a16c6299f..548aecc301f9918be6d1f178f1a9d3871433008d 100644 (file)
@@ -28,7 +28,7 @@
 generic module Msp430TimerCapComP(
     uint16_t TxCCTLx_addr,
     uint16_t TxCCRx_addr
-  )
+  ) @safe()
 {
   provides interface Msp430TimerControl as Control;
   provides interface Msp430Compare as Compare;