What verifications are used to verify sendDone is not being called? That the initial send is SUCCESS?
The logic looks inverted. Shouldn't collectionSendBusy only be set to true IFF it was successful? > if (error != SUCCESS) collectionSendBusy = TRUE; > else call DbgMessenger.beep(10); HTH, Paul _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
