From 5e3e84e7b2f84d6e1cb0b78fbe943ebe4e8b009d Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Tue, 23 Dec 2014 12:41:47 -0700 Subject: [PATCH] msp430: correct DMA interrupt vector name --- tos/chips/msp430/dma/HplMsp430DmaP.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.39.2