pkarashchenko commented on code in PR #7431: URL: https://github.com/apache/incubator-nuttx/pull/7431#discussion_r1006525115
########## net/sixlowpan/sixlowpan_input.c: ########## @@ -616,11 +615,14 @@ static int sixlowpan_frame_process(FAR struct radio_driver_s *radio, static int sixlowpan_dispatch(FAR struct radio_driver_s *radio) { +#ifdef CONFIG_NET_6LOWPAN_DUMPBUFFER + struct net_driver_s *dev = &radio->r_dev; Review Comment: Please put this below `int ret;` and hide `sixlowpan_dumpbuffer` under `#ifdef CONFIG_NET_6LOWPAN_DUMPBUFFER` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org