From: klueska Date: Mon, 21 Apr 2008 18:52:53 +0000 (+0000) Subject: oops X-Git-Tag: release_tinyos_2_1_0_0~463 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=ab3fe89b185c317159f4d206b9e51f50d494bec5 oops --- diff --git a/tos/chips/msp430/dma/HplMsp430DmaP.nc b/tos/chips/msp430/dma/HplMsp430DmaP.nc index 4d8a6b6f..69f49dc0 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 ); - inline async event void SIGNAL_DACDMA_VECTOR.fired { + inline async event void SIGNAL_DACDMA_VECTOR.fired() { signal Interrupt.fired(); }