Skip to content

Commit

Permalink
[NXP][RT][SPINEL] Fixing radio spinel build issue on RT1060
Browse files Browse the repository at this point in the history
Signed-off-by: Gatien Chapon <[email protected]>
  • Loading branch information
chapongatien committed Feb 2, 2024
1 parent 77e04c7 commit 576905a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/imx_rt/platform/radio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,9 @@ otRadioState otPlatRadioGetState(otInstance *aInstance)

void otPlatRadioInit(void)
{
sRadioSpinel.Init(sSpinelInterface, true, false);
spinel_iid_t iidList[ot::Spinel::kSpinelHeaderMaxNumIid];
iidList[0] = 0;
sRadioSpinel.Init(sSpinelInterface, true, false, iidList, OT_ARRAY_LENGTH(iidList));
}

void otPlatRadioDeinit(void)
Expand Down

0 comments on commit 576905a

Please sign in to comment.