On Thu, Sep 17, 2009 at 1:40 AM, Mehmet Akif Antepli <[email protected]> wrote: > 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 }
I committed a fix. Can you take a look? Thanks. - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
