This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 5fa2528 committed Mar 24, 2019 Verified
1 parent 10b783d commit 5fa2528 Copy full SHA for 5fa2528
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1212,12 +1212,12 @@ static void _test_options(gnrc_netif_t *netif)
1212
1212
assert (netif -> flags & GNRC_NETIF_FLAGS_HAS_L2ADDR );
1213
1213
assert ((IEEE802154_SHORT_ADDRESS_LEN == netif -> l2addr_len ) ||
1214
1214
(IEEE802154_LONG_ADDRESS_LEN == netif -> l2addr_len ));
1215
- assert (- ENOTSUP != netif -> dev -> driver -> get (netif -> dev , NETOPT_PROTO ,
1216
- & tmp , sizeof (tmp )));
1217
1215
#ifdef MODULE_GNRC_IPV6
1218
1216
#ifdef MODULE_GNRC_SIXLOWPAN
1219
1217
assert (netif -> ipv6 .mtu == IPV6_MIN_MTU );
1220
1218
assert (netif -> sixlo .max_frag_size > 0 );
1219
+ assert (- ENOTSUP != netif -> dev -> driver -> get (netif -> dev , NETOPT_PROTO ,
1220
+ & tmp , sizeof (tmp )));
1221
1221
#else /* MODULE_GNRC_SIXLOWPAN */
1222
1222
assert (netif -> ipv6 .mtu < UINT16_MAX );
1223
1223
#endif /* MODULE_GNRC_SIXLOWPAN */
You can’t perform that action at this time.
0 commit comments