]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/pins/Msp430InterruptC.nc
Support for newer msp430's using newer msp430 compiler.
[tinyos-2.x.git] / tos / chips / msp430 / pins / Msp430InterruptC.nc
index cc10f0c57b7d30c89f0ad98c01e533c3575c357b..2e4087da4989235aec4ab90a109d2f17c4282334 100644 (file)
@@ -29,7 +29,7 @@
  *          intended use.
  */
 
-generic module Msp430InterruptC() {
+generic module Msp430InterruptC() @safe() {
 
   provides interface GpioInterrupt as Interrupt;
   uses interface HplMsp430Interrupt as HplInterrupt;