X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fdma%2FHplMsp430DmaC.nc;h=259d81a9608f48afebf332038e2061ebfc529d5e;hb=16188bae3116336995dd219b272b27df9c255411;hp=b6869f16e88cddf1032c6049aaf42f9145d80720;hpb=58f043adfb4e8a321a9f93f4262122183fa92245;p=tinyos-2.x.git diff --git a/tos/chips/msp430/dma/HplMsp430DmaC.nc b/tos/chips/msp430/dma/HplMsp430DmaC.nc index b6869f16..259d81a9 100644 --- a/tos/chips/msp430/dma/HplMsp430DmaC.nc +++ b/tos/chips/msp430/dma/HplMsp430DmaC.nc @@ -85,9 +85,6 @@ implementation { Dma0.Interrupt -> HplMsp430DmaP; Dma1.Interrupt -> HplMsp430DmaP; Dma2.Interrupt -> HplMsp430DmaP; - - components HplMsp430InterruptSigP; - HplMsp430DmaP.SIGNAL_DACDMA_VECTOR -> HplMsp430InterruptSigP.SIGNAL_DACDMA_VECTOR; }