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 daafb95 commit c1e9aefCopy full SHA for c1e9aef
TESTS/network/emac/main.cpp
@@ -72,7 +72,10 @@ Case cases[] = {
72
Case("EMAC unicast frame length", test_emac_unicast_frame_len),
73
Case("EMAC unicast burst", test_emac_unicast_burst),
74
Case("EMAC unicast long", test_emac_unicast_long),
75
+#if !defined(TARGET_UBLOX_EVK_ODIN_W2) && \
76
+ !defined(TARGET_MTB_UBLOX_ODIN_W2)
77
Case("EMAC multicast filter", test_emac_multicast_filter),
78
+#endif // !defined(TARGET_UBLOX_EVK_ODIN_W2) && !defined(TARGET_MTB_UBLOX_ODIN_W2)
79
Case("EMAC memory", test_emac_memory)
80
};
81
0 commit comments