[Tinyos-help] bug in MSP430TimerM and MSP430TimerP

2006-11-10 Thread decesco
Hi, I tried to use the inputdivider function to set the prescaler for the timer and it didnt work. I check the implementation and I believe I should be change from async command void TimerA.setInputDivider( uint16_t inputDivider ) { TACTL = (TACTL ~(ID_1|ID_3)) | ((inputDivider 8)

Re: [Tinyos-help] bug in MSP430TimerM and MSP430TimerP

2006-11-10 Thread Tie Luo
If this is really a bug, where should be modified in Tinyos 2? On 11/10/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi,I tried to use the inputdivider function to set the prescaler for thetimer and it didnt work. I check the implementation and I believe I should be change fromasync command