[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/dma HplMsp430DmaP.nc, 1.5, 1.6

Kevin Klues klueska at users.sourceforge.net
Mon Apr 21 11:52:55 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/dma
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16130/tos/chips/msp430/dma

Modified Files:
	HplMsp430DmaP.nc 
Log Message:
oops

Index: HplMsp430DmaP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/dma/HplMsp430DmaP.nc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** HplMsp430DmaP.nc	17 Apr 2008 22:38:34 -0000	1.5
--- HplMsp430DmaP.nc	21 Apr 2008 18:52:53 -0000	1.6
***************
*** 70,74 ****
    MSP430REG_NORACE( DMACTL1 );
  
!   inline async event void SIGNAL_DACDMA_VECTOR.fired {
      signal Interrupt.fired();
    }
--- 70,74 ----
    MSP430REG_NORACE( DMACTL1 );
  
!   inline async event void SIGNAL_DACDMA_VECTOR.fired() {
      signal Interrupt.fired();
    }



More information about the Tinyos-2-commits mailing list