]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/timer/GpioCaptureC.nc
mark more modules as safe code
[tinyos-2.x.git] / tos / chips / msp430 / timer / GpioCaptureC.nc
index 37190d22b58ad9ba30cd5891ee1ffb025ad3cccb..caf9c2bdbdacbededfff9adaaf08b711d9d487bb 100644 (file)
@@ -24,7 +24,7 @@
  * @author Joe Polastre
  */
 
-generic module GpioCaptureC() {
+generic module GpioCaptureC() @safe() {
 
   provides interface GpioCapture as Capture;
   uses interface Msp430TimerControl;