X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fdma%2FHplMsp430DmaP.nc;h=4d8a6b6fbd2e9729160f1d58d9920574769b12d0;hb=26d7f5a6239a0f8fbb76588b3562654823acd43f;hp=6b58160659503bac4acd74120a7c01e30e249813;hpb=944bc0204b7ce507a6e3fc46fb845f55545b237b;p=tinyos-2.x.git diff --git a/tos/chips/msp430/dma/HplMsp430DmaP.nc b/tos/chips/msp430/dma/HplMsp430DmaP.nc index 6b581606..4d8a6b6f 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 ); - TOSH_SIGNAL( DACDMA_VECTOR ) { + inline async event void SIGNAL_DACDMA_VECTOR.fired { signal Interrupt.fired(); }