Skip to content

Commit

Permalink
fixup! gnrc_sixlowpan_frag: initial import of minimal forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Apr 9, 2019
1 parent df34c82 commit 189ff58
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ gnrc_sixlowpan_frag_vrb_t *gnrc_sixlowpan_frag_minfwd_vrbe_from_route(
{
gnrc_sixlowpan_frag_vrb_t *res = NULL;

#ifdef NDEBUG
(void)hdr_len;
#endif
assert((hdr != NULL) && (hdr_len > 0));
assert(base != NULL);
switch (hdr_type) {
Expand Down

0 comments on commit 189ff58

Please sign in to comment.