Skip to content

Commit

Permalink
[controller] update the usage of otPlatformConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Irving-cl committed Jun 5, 2024
1 parent 5b1a92a commit 6b0267e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ncp/rcp_host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RcpHost::RcpHost(const char *aInterfaceName,

for (const char *url : aRadioUrls)
{
mConfig.mRadioUrls[mConfig.mRadioUrlNum++] = url;
mConfig.mCoprocessorUrls.mUrls[mConfig.mCoprocessorUrls.mNum++] = url;
}
mConfig.mSpeedUpFactor = 1;
}
Expand Down

0 comments on commit 6b0267e

Please sign in to comment.