File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ using namespace utest::v1;
29
29
void test_emac_multicast_filter_cb (int opt)
30
30
{
31
31
static bool multicasts_are_filtered = true ;
32
- unsigned char forward_addr[ETH_MAC_ADDR_LEN];
32
+ static unsigned char forward_addr[ETH_MAC_ADDR_LEN];
33
33
static bool send_request = true ;
34
34
static bool receive = true ;
35
35
static int no_response_cnt = 0 ;
@@ -71,7 +71,6 @@ void test_emac_multicast_filter_cb(int opt)
71
71
receive = true ;
72
72
break ;
73
73
74
-
75
74
case 3 :
76
75
printf (" STEP 3: set ipv4 multicast filter, test if input message is filtered\r\n\r\n " );
77
76
{
Original file line number Diff line number Diff line change @@ -72,7 +72,10 @@ Case cases[] = {
72
72
Case (" EMAC unicast frame length" , test_emac_unicast_frame_len),
73
73
Case (" EMAC unicast burst" , test_emac_unicast_burst),
74
74
Case (" EMAC unicast long" , test_emac_unicast_long),
75
+ #if !defined(TARGET_UBLOX_EVK_ODIN_W2) && \
76
+ !defined (TARGET_MTB_UBLOX_ODIN_W2)
75
77
Case (" EMAC multicast filter" , test_emac_multicast_filter),
78
+ #endif // !defined(TARGET_UBLOX_EVK_ODIN_W2) && !defined(TARGET_MTB_UBLOX_ODIN_W2)
76
79
Case (" EMAC memory" , test_emac_memory)
77
80
};
78
81
You can’t perform that action at this time.
0 commit comments