[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
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris LocalTimeMicroC.nc, NONE, 1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/cpp/sf tcpcomm.h, 1.3, 1.4 tcpcomm.cpp, 1.5, 1.6 sfpacket.cpp, 1.2, 1.3 serialcomm.h, 1.2, 1.3 serialcomm.cpp, 1.3, 1.4 packetbuffer.h, 1.2, 1.3 packetbuffer.cpp, 1.2, 1.3 basecomm.h, 1.2, 1.3 basecomm.cpp, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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();
}
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris LocalTimeMicroC.nc, NONE, 1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/cpp/sf tcpcomm.h, 1.3, 1.4 tcpcomm.cpp, 1.5, 1.6 sfpacket.cpp, 1.2, 1.3 serialcomm.h, 1.2, 1.3 serialcomm.cpp, 1.3, 1.4 packetbuffer.h, 1.2, 1.3 packetbuffer.cpp, 1.2, 1.3 basecomm.h, 1.2, 1.3 basecomm.cpp, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list