]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/atm128/pins/Atm128GpioInterruptC.nc
Make McuSleepC smarter about newer msp430 processors.
[tinyos-2.x.git] / tos / chips / atm128 / pins / Atm128GpioInterruptC.nc
index cd168e6de61a1db7b811320d36554c1ad9fa6777..901d70faaa8b90f1efa46a789415e98d760fbbc1 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * @author Phil Levis
  */
-generic module Atm128GpioInterruptC() {
+generic module Atm128GpioInterruptC() @safe() {
 
   provides interface GpioInterrupt as Interrupt;
   uses interface HplAtm128Interrupt as Atm128Interrupt;