We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80c0dc commit b10c100Copy full SHA for b10c100
subsys/net/openthread/rpc/client/ot_rpc_thread.c
@@ -145,7 +145,7 @@ otDeviceRole otThreadGetDeviceRole(otInstance *aInstance)
145
otError otThreadSetLinkMode(otInstance *aInstance, otLinkModeConfig aConfig)
146
{
147
struct nrf_rpc_cbor_ctx ctx;
148
- uint8_t mode_mask;
+ uint8_t mode_mask = 0;
149
150
ARG_UNUSED(aInstance);
151
0 commit comments