We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac77d7 commit 8497dcbCopy full SHA for 8497dcb
src/inet/UDPEndPointImplOpenThread.cpp
@@ -28,7 +28,9 @@
28
#include <system/SystemPacketBuffer.h>
29
30
// Temporary until we manage to update the OT version in the CI
31
-#ifndef OT_NETIF_THREAD_HOST
+// Define a macro if OT_NETIF_THREAD_HOST is present in the enum
32
+#define HAS_OT_NETIF_THREAD_HOST (OT_NETIF_THREAD_HOST == OT_NETIF_THREAD_HOST)
33
+#ifndef HAS_OT_NETIF_THREAD_HOST
34
#define OT_NETIF_THREAD_HOST OT_NETIF_THREAD
35
#endif
36
0 commit comments