>> But we still have a doubt. What kind of errors? in general, you can forget to add in yourApp.StdControl.init() to call timer stdcontrol.init, so it's better wiring it to Main.stdcontrol. In fact if you miss it the ncc compiler not always makes you a warning or an error, so you cannot find easily the error.
>> We have other question. When your application begins from Realmain, StdControl.init is called, but it should be the init of your application, or is it the init for Timer too? If it is not, where is >> called StdControl.init of Timer? only if you wired timer.stdcontrol to your app you have to call timer.init in yourApp.stdcontrol Roberto _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
