mirror of
https://github.com/espressif/openthread.git
synced 2026-08-16 15:47:46 +00:00
[link-quality] remove aNoiseFloor param from LinkQualityInfo methods (#4569)
This commit is contained in:
committed by
Jonathan Hui
parent
2437a75a6b
commit
5cddf90389
@@ -392,7 +392,7 @@ otError otPlatRadioSetTransmitPower(otInstance *aInstance, int8_t aPower)
|
||||
int8_t otPlatRadioGetReceiveSensitivity(otInstance *aInstance)
|
||||
{
|
||||
OT_UNUSED_VARIABLE(aInstance);
|
||||
return 0;
|
||||
return -100;
|
||||
}
|
||||
//
|
||||
// Random
|
||||
|
||||
Reference in New Issue
Block a user