X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fdma%2FHplMsp430DmaP.nc;fp=tos%2Fchips%2Fmsp430%2Fdma%2FHplMsp430DmaP.nc;h=7047600692d20ae7e579e0aa6ab0609af5c0298a;hp=6b58160659503bac4acd74120a7c01e30e249813;hb=5e3e84e7b2f84d6e1cb0b78fbe943ebe4e8b009d;hpb=c8f58101ffe3004bd4c8a988c70c12f16bfca086 diff --git a/tos/chips/msp430/dma/HplMsp430DmaP.nc b/tos/chips/msp430/dma/HplMsp430DmaP.nc index 6b581606..70476006 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 ); - TOSH_SIGNAL( DACDMA_VECTOR ) { + TOSH_SIGNAL( DMA_VECTOR ) { signal Interrupt.fired(); }