Sorry for asking help before investigating deeper myself. It was a minor issue of two counters having different size_types. Using TransformCounterC has solved the problem.
Thanks, -Mehedi On 6/11/07, Mehedi Bakht <[EMAIL PROTECTED]> wrote:
Hi, I am working with tmotes and using TinyOS2.x on cygwin. I want to get current time in microseconds. My code for that is as follows (in the file LoggerC.nc): Line 15: components new CounterToLocalTimeC(TMicro); Line 17: components Msp430CounterMicroC; Line 31: CounterToLocalTimeC.Counter -> Msp430CounterMicroC; When I do "make tmote", I get the following error: In component 'LoggerC': LoggerC.nc:31: no match Can any please help me to get rid of this error? Thanks, --Mehedi
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
