X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fdma%2FHplMsp430DmaP.nc;h=6b58160659503bac4acd74120a7c01e30e249813;hb=16188bae3116336995dd219b272b27df9c255411;hp=69f49dc007f5b12f279ef12c38dc5c0b5656be92;hpb=58f043adfb4e8a321a9f93f4262122183fa92245;p=tinyos-2.x.git diff --git a/tos/chips/msp430/dma/HplMsp430DmaP.nc b/tos/chips/msp430/dma/HplMsp430DmaP.nc index 69f49dc0..6b581606 100644 --- a/tos/chips/msp430/dma/HplMsp430DmaP.nc +++ b/tos/chips/msp430/dma/HplMsp430DmaP.nc @@ -61,7 +61,7 @@ module HplMsp430DmaP { provides interface HplMsp430DmaControl as DmaControl; provides interface HplMsp430DmaInterrupt as Interrupt; - uses interface HplMsp430InterruptSig as SIGNAL_DACDMA_VECTOR; + } implementation { @@ -69,7 +69,7 @@ implementation { MSP430REG_NORACE( DMACTL0 ); MSP430REG_NORACE( DMACTL1 ); - inline async event void SIGNAL_DACDMA_VECTOR.fired() { + TOSH_SIGNAL( DACDMA_VECTOR ) { signal Interrupt.fired(); }