Fix Link Margin units in doc. (#81)

This commit is contained in:
Jonathan Hui
2016-05-26 17:57:45 -07:00
parent 25f1fe5a21
commit be6acbb887
+1 -1
View File
@@ -215,7 +215,7 @@ private:
*/
struct ThreadMessageInfo
{
uint8_t mLinkMargin; ///< The Link Margin for a received message in dBm.
uint8_t mLinkMargin; ///< The Link Margin for a received message in dB.
uint8_t mLqi; ///< The Link Quality Indicator for a received message.
bool mSecurityValid; ///< Link security on all received frames was enabled and passed validation.
};