Hi ,

Could anyone have an idea with the following code? Always returning true?

  242     /* Is this quality measure better than the minimum threshold? */
  243     // Implemented assuming quality is EETX
  244     bool passLinkEtxThreshold(uint16_t etx) {
  245 return TRUE;
  246         return (etx < ETX_THRESHOLD);
  247     }


Thanks in advance,

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

Reply via email to