X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fdma%2FHplMsp430DmaP.nc;h=69f49dc007f5b12f279ef12c38dc5c0b5656be92;hb=ab3fe89b185c317159f4d206b9e51f50d494bec5;hp=4d8a6b6fbd2e9729160f1d58d9920574769b12d0;hpb=ed43a575a1e74d6fa71ee4f0d6b9f18a026b88db;p=tinyos-2.x.git diff --git a/tos/chips/msp430/dma/HplMsp430DmaP.nc b/tos/chips/msp430/dma/HplMsp430DmaP.nc index 4d8a6b6f..69f49dc0 100644 --- a/tos/chips/msp430/dma/HplMsp430DmaP.nc +++ b/tos/chips/msp430/dma/HplMsp430DmaP.nc @@ -69,7 +69,7 @@ implementation { MSP430REG_NORACE( DMACTL0 ); MSP430REG_NORACE( DMACTL1 ); - inline async event void SIGNAL_DACDMA_VECTOR.fired { + inline async event void SIGNAL_DACDMA_VECTOR.fired() { signal Interrupt.fired(); }