diff --git a/src/posix/platform/radio_spinel.cpp b/src/posix/platform/radio_spinel.cpp index 05cc3e6e1..5adfef0b6 100644 --- a/src/posix/platform/radio_spinel.cpp +++ b/src/posix/platform/radio_spinel.cpp @@ -904,7 +904,7 @@ otError RadioSpinel::ClearSrcMatchExtEntries(void) otError RadioSpinel::GetTransmitPower(int8_t &aPower) { - otError error = Get(SPINEL_PROP_PHY_TX_POWER, SPINEL_DATATYPE_INT8_S, aPower); + otError error = Get(SPINEL_PROP_PHY_TX_POWER, SPINEL_DATATYPE_INT8_S, &aPower); LogIfFail(mInstance, "Get transmit power failed", error); return error;