You get this error when you are executing a command or you have a global variable in a routine (event/command) marked with the keyword "async."
The warning tells you that there is a potential for race condition as the keyword "async" indicates that the marked routine is executed as part of interrupt handler. Regards, Manjunath D ################################################################################################################ *************************************************************************************************************** On Tue, 28 Sep 2010, wasif masood wrote: > Hi All, > > I am having such warnings: > RadioAnalyzer.logStart' called asynchronously from `startDone > > any suggestions what should be done to get rid of them? > > Thanks, > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
