[posix-app] change GetReceiveSensitivity() return value to int8_t (#3017)

This commit is contained in:
Abtin Keshavarzian
2018-09-05 00:43:26 -07:00
committed by Jonathan Hui
parent 3174c590c3
commit 8c333e6e07
+1 -1
View File
@@ -170,7 +170,7 @@ public:
* @retval OT_ERROR_RESPONSE_TIMEOUT Failed due to no response received from the transceiver.
*
*/
uint8_t GetReceiveSensitivity(void) const { return mRxSensitivity; }
int8_t GetReceiveSensitivity(void) const { return mRxSensitivity; }
/**
* This method returns a reference to the transmit buffer.