Skip to content

Commit 2fb4d33

Browse files
Added ifdef to clear CI
1 parent 0e35910 commit 2fb4d33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/inet/UDPEndPointImplOpenThread.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727

2828
#include <system/SystemPacketBuffer.h>
2929

30+
// Temporary until we manage to update the OT version in the CI
31+
#ifndef OT_NETIF_THREAD_HOST
32+
#define OT_NETIF_THREAD_HOST OT_NETIF_THREAD
33+
#endif
34+
3035
namespace chip {
3136
namespace Inet {
3237

0 commit comments

Comments
 (0)