Implement the use of otPlatRadioDefaultTxPower API. (#1417)

* Implement the use of otPlatRadioDefaultTxPower API.

* Add implementation of otPlatRadioSetDefaultTxPower for windows.
This commit is contained in:
pvanhorn
2017-03-03 11:09:33 -08:00
committed by Jonathan Hui
parent d4718dbeae
commit 04caca7cc8
9 changed files with 70 additions and 0 deletions
+6
View File
@@ -319,6 +319,12 @@ extern "C" {
return kThreadError_NotImplemented;
}
void otPlatRadioSetDefaultTxPower(otInstance *aInstance, int8_t aPower)
{
(void)aInstance;
(void)aPower;
}
//
// Random
//