mirror of
https://github.com/espressif/openthread.git
synced 2026-08-21 09:59:52 +00:00
Implement the use of otPlatRadioDefaultTxPower API. (#1417)
* Implement the use of otPlatRadioDefaultTxPower API. * Add implementation of otPlatRadioSetDefaultTxPower for windows.
This commit is contained in:
@@ -319,6 +319,12 @@ extern "C" {
|
||||
return kThreadError_NotImplemented;
|
||||
}
|
||||
|
||||
void otPlatRadioSetDefaultTxPower(otInstance *aInstance, int8_t aPower)
|
||||
{
|
||||
(void)aInstance;
|
||||
(void)aPower;
|
||||
}
|
||||
|
||||
//
|
||||
// Random
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user