I was curious about a strange warning I received when
I compiled a program involving the micaz radio stack:

C:/tinyos/<snip>/tos/lib/CC2420Radio/CC2420RadioM.nc:115: warning:
`Send.sendDone' called asynchronously from 'sendFailed'

The relevent snippet is:

void sendFailed() {
  atomic stateRadio = IDLE_STATE;
  txbufptr->length = txbufptr->length - MSG_HEADER_SIZE - MSG_FOOTER_SIZE;
  signal Send.sendDone(txbufptr, FAIL);
}

I'm in tinyos 1.1.10 right now.

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to