]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/dma/HplMsp430DmaP.nc
msp430: correct DMA interrupt vector name
[tinyos-2.x.git] / tos / chips / msp430 / dma / HplMsp430DmaP.nc
index 6b58160659503bac4acd74120a7c01e30e249813..7047600692d20ae7e579e0aa6ab0609af5c0298a 100644 (file)
@@ -69,7 +69,7 @@ implementation {
   MSP430REG_NORACE( DMACTL0 );
   MSP430REG_NORACE( DMACTL1 );
 
-  TOSH_SIGNAL( DACDMA_VECTOR ) {
+  TOSH_SIGNAL( DMA_VECTOR ) {
     signal Interrupt.fired();
   }