Plat EFR32: Replace magic number with "OPENTHREAD_CONFIG_DEFAULT_MAX_TRANSMIT_POWER". (#1687)

This commit is contained in:
Xiao Ma
2017-04-30 20:46:49 -07:00
committed by Jonathan Hui
parent 90d62a4e22
commit a5e228bf22
+1 -1
View File
@@ -127,7 +127,7 @@ void efr32RadioInit(void)
assert(false);
}
RAIL_TxPowerSet(0);
RAIL_TxPowerSet(OPENTHREAD_CONFIG_DEFAULT_MAX_TRANSMIT_POWER);
otLogInfoPlat(sInstance, "Initialized", NULL);
}