Skip to content

Commit 848a486

Browse files
Updated define to match changes in OT stack
1 parent c676195 commit 848a486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inet/UDPEndPointImplOpenThread.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ CHIP_ERROR UDPEndPointImplOT::IPv6Bind(otUdpSocket & socket, const IPAddress & a
127127

128128
LockOpenThread();
129129
otUdpOpen(mOTInstance, &socket, handleUdpReceive, this);
130-
otUdpBind(mOTInstance, &socket, &listenSockAddr, OT_NETIF_THREAD);
130+
otUdpBind(mOTInstance, &socket, &listenSockAddr, OT_NETIF_THREAD_HOST);
131131
UnlockOpenThread();
132132

133133
return chip::DeviceLayer::Internal::MapOpenThreadError(err);

0 commit comments

Comments
 (0)