]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/pins/HplMsp430InterruptNMIC.nc
Update to centralize inside one module where all interrupt handlers are signaled...
[tinyos-2.x.git] / tos / chips / msp430 / pins / HplMsp430InterruptNMIC.nc
index 0acdbbb0ec8897518bee61866188142d9137d204..b4d71b6bfd4ecdaf0501d233098fa10f717cca5f 100644 (file)
@@ -38,4 +38,7 @@ implementation
   NMI = HplInterruptP.NMI;
   OF = HplInterruptP.OF;
   ACCV = HplInterruptP.ACCV;
+  
+  components HplMsp430InterruptSigP;
+  HplInterruptP.SIGNAL_NMI_VECTOR -> HplMsp430InterruptSigP.SIGNAL_NMI_VECTOR;
 }