mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 15:47:46 +00:00
Plat EFR32: Replace magic number with "OPENTHREAD_CONFIG_DEFAULT_MAX_TRANSMIT_POWER". (#1687)
This commit is contained in:
@@ -127,7 +127,7 @@ void efr32RadioInit(void)
|
||||
assert(false);
|
||||
}
|
||||
|
||||
RAIL_TxPowerSet(0);
|
||||
RAIL_TxPowerSet(OPENTHREAD_CONFIG_DEFAULT_MAX_TRANSMIT_POWER);
|
||||
|
||||
otLogInfoPlat(sInstance, "Initialized", NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user