]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/pins/HplMsp430InterruptNMIC.nc
Reverting back to decentralized handling of interrupts on the msp430. Centralizing...
[tinyos-2.x.git] / tos / chips / msp430 / pins / HplMsp430InterruptNMIC.nc
index b4d71b6bfd4ecdaf0501d233098fa10f717cca5f..0acdbbb0ec8897518bee61866188142d9137d204 100644 (file)
@@ -38,7 +38,4 @@ implementation
   NMI = HplInterruptP.NMI;
   OF = HplInterruptP.OF;
   ACCV = HplInterruptP.ACCV;
-  
-  components HplMsp430InterruptSigP;
-  HplInterruptP.SIGNAL_NMI_VECTOR -> HplMsp430InterruptSigP.SIGNAL_NMI_VECTOR;
 }