From: R. Steve McKown Date: Tue, 23 Dec 2014 19:41:47 +0000 (-0700) Subject: msp430: correct DMA interrupt vector name X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=5e3e84e7b2f84d6e1cb0b78fbe943ebe4e8b009d msp430: correct DMA interrupt vector name --- 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(); }