mirror of
https://github.com/espressif/openthread.git
synced 2026-08-16 07:37:47 +00:00
[posix-app] change GetReceiveSensitivity() return value to int8_t (#3017)
This commit is contained in:
committed by
Jonathan Hui
parent
3174c590c3
commit
8c333e6e07
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user