Skip to content

Commit

Permalink
fixup! gnrc_sixlowpan_frag: initial import of the VRB
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Feb 13, 2019
1 parent 4b296d1 commit d3f98b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gnrc_sixlowpan_frag_vrb_t *gnrc_sixlowpan_frag_vrb_add(
assert(base != NULL);
assert(out_netif != NULL);
assert(out_dst != NULL);
assert(out_dst_len != NULL);
assert(out_dst_len > 0);
for (unsigned i = 0; i < GNRC_SIXLOWPAN_FRAG_VRB_SIZE; i++) {
gnrc_sixlowpan_frag_vrb_t *ptr = &_vrb[i];

Expand Down

0 comments on commit d3f98b9

Please # to comment.