]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/dma/HplMsp430DmaP.nc
Reverting back to decentralized handling of interrupts on the msp430. Centralizing...
[tinyos-2.x.git] / tos / chips / msp430 / dma / HplMsp430DmaP.nc
index 69f49dc007f5b12f279ef12c38dc5c0b5656be92..6b58160659503bac4acd74120a7c01e30e249813 100644 (file)
@@ -61,7 +61,7 @@ module HplMsp430DmaP {
 
   provides interface HplMsp430DmaControl as DmaControl;
   provides interface HplMsp430DmaInterrupt as Interrupt;
-  uses interface HplMsp430InterruptSig as SIGNAL_DACDMA_VECTOR;
+
 }
 
 implementation {
@@ -69,7 +69,7 @@ implementation {
   MSP430REG_NORACE( DMACTL0 );
   MSP430REG_NORACE( DMACTL1 );
 
-  inline async event void SIGNAL_DACDMA_VECTOR.fired() {
+  TOSH_SIGNAL( DACDMA_VECTOR ) {
     signal Interrupt.fired();
   }