]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/dma/HplMsp430DmaC.nc
Update to centralize inside one module where all interrupt handlers are signaled...
[tinyos-2.x.git] / tos / chips / msp430 / dma / HplMsp430DmaC.nc
index 259d81a9608f48afebf332038e2061ebfc529d5e..b6869f16e88cddf1032c6049aaf42f9145d80720 100644 (file)
@@ -85,6 +85,9 @@ implementation {
   Dma0.Interrupt -> HplMsp430DmaP;
   Dma1.Interrupt -> HplMsp430DmaP;
   Dma2.Interrupt -> HplMsp430DmaP;
+  
+  components HplMsp430InterruptSigP;
+  HplMsp430DmaP.SIGNAL_DACDMA_VECTOR -> HplMsp430InterruptSigP.SIGNAL_DACDMA_VECTOR;
 
 }