Hello, Everyone.

I'm modifying TOSSIM code in TinyOS 2.1.0, and want to cancel a scheduled event 
by using e.g. "evt->cancelled = 1", however the event still fires at the 
scheduled time.

In the event handle, I checked the value of evt->cancelled which is passed as 
an argument, I can see it was set to 1 properly.
    
I wonder why this happened. Am I missing some thing?
    
Bo
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to