diff --git a/examples/platforms/efr32/radio.c b/examples/platforms/efr32/radio.c index 62c97971a..02bdb2a3b 100644 --- a/examples/platforms/efr32/radio.c +++ b/examples/platforms/efr32/radio.c @@ -127,7 +127,7 @@ void efr32RadioInit(void) assert(false); } - RAIL_TxPowerSet(0); + RAIL_TxPowerSet(OPENTHREAD_CONFIG_DEFAULT_MAX_TRANSMIT_POWER); otLogInfoPlat(sInstance, "Initialized", NULL); }