Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gnrc_netif: Fix compile errors when debug is enabled #8209

Merged
merged 2 commits into from
Dec 5, 2017

Conversation

bergzand
Copy link
Member

@bergzand bergzand commented Dec 5, 2017

I got some compiler errors when enabling debug on both gnrc_netif_eth and gnrc_netif_ieee802154. First one is od.h not included when the module is enabled and debugging is enabled. Second commit is gnrc_netif_addr_to_str receiving incorrect arguments and argument order.

@bergzand bergzand added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) GNRC Area: network Area: Networking labels Dec 5, 2017
Copy link
Member

@miri64 miri64 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@miri64 miri64 added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Dec 5, 2017
@miri64 miri64 merged commit 7745060 into RIOT-OS:master Dec 5, 2017
@aabadie aabadie added this to the Release 2018.01 milestone Jan 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: network Area: Networking CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants