Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Middlewares/ST/STM32_WPAN/thread/openthread/core/openthread_api/ip6.c')
-rw-r--r--Middlewares/ST/STM32_WPAN/thread/openthread/core/openthread_api/ip6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Middlewares/ST/STM32_WPAN/thread/openthread/core/openthread_api/ip6.c b/Middlewares/ST/STM32_WPAN/thread/openthread/core/openthread_api/ip6.c
index ba1c4eb42..286a3fbfe 100644
--- a/Middlewares/ST/STM32_WPAN/thread/openthread/core/openthread_api/ip6.c
+++ b/Middlewares/ST/STM32_WPAN/thread/openthread/core/openthread_api/ip6.c
@@ -265,7 +265,7 @@ void otIp6SetAddressCallback(otInstance *aInstance, otIp6AddressCallback aCallba
/* prepare buffer */
Thread_OT_Cmd_Request_t* p_ot_req = THREAD_Get_OTCmdPayloadBuffer();
- p_ot_req->ID = MSG_M4TOM0_OT_IP6_SET_RECEIVE_CALLBACK;
+ p_ot_req->ID = MSG_M4TOM0_OT_IP6_SET_ADDRESS_CALLBACK;
p_ot_req->Size=1;
p_ot_req->Data[0] = (uint32_t)aCallbackContext;