Hi
I am trying to use a mica2dot to perform some high frequency sampling. I have 
been trying to use the High Frequency Sampling example program and have 
modified it to work on a mica2dot. There are some bugs in the code though and I 
have been trying to debug it using TOSSIM. The problem that I have not been 
able to overcome is that when trying to do a make pc I get the error messages
 
        MicroTimerM.nc:141: old-style parameter lists not supported 
        MicroTimerM.nc:141: warning: return-type defaults to 'int'
 
These errors are in reference to the following code in MicroTimerM.nc which 
signals that the micro timer has fired
 
       TOSH_SIGNAL(SIG_OUTPUT_COMPARE1A) {
               signal MicroTimer.fired();
        }
 
If anyone can give me any assistance it would be greatly appreciated.
Rob Stewart
 


COMPANY DISCLAIMER:
Please note the content of this message is commercial in confidence. If you are 
not the intended recipient, please delete the message from your system and send 
a reply back to the sender.
This company is not liable for any loss, damage, claims, cost demand or expense 
whatsoever and howsoever arising in connection with or out of the use of data 
supplied in this e-mail transmission. Whilst virus scanning software is 
utilised by this company, no responsibility is taken for any virus damage that 
may originate from this transmission, and the receiver is urged to scan this 
transmission and any attachments for computer viruses.
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to