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

openthread: remove GNRC header include #8183

Merged
merged 1 commit into from
Nov 30, 2017

Conversation

miri64
Copy link
Member

@miri64 miri64 commented Nov 30, 2017

Including a GNRC header into OpenThread doesn't make sense, since it is
a different network stack.

Including a GNRC header into OpenThread doesn't make sense, since it is
a different network stack.
@miri64 miri64 added Type: cleanup The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation Area: network Area: Networking Area: pkg Area: External package ports labels Nov 30, 2017
@@ -19,6 +19,7 @@

#include <stdint.h>
#include <stdio.h>
#include <string.h>
Copy link
Member

Choose a reason for hiding this comment

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

This was broken too?

Copy link
Member Author

Choose a reason for hiding this comment

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

Well the header seem to have been included by net/gnrc/netdev.h (or one of the headers it included). When I switched that header out for net/netdev.h, I got lots of undefined functions for memcpy, strcmp, etc in this file ;-).

Copy link
Member

Choose a reason for hiding this comment

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

I suspected something like that.

@bergzand bergzand added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Nov 30, 2017
Copy link
Member

@bergzand bergzand left a comment

Choose a reason for hiding this comment

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

Untested ACK

@miri64 miri64 merged commit 1ca465b into RIOT-OS:master Nov 30, 2017
@miri64 miri64 deleted the pkg/cleanup/rm-gnrc-from-openthread branch November 30, 2017 17:11
@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 Area: pkg Area: External package ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: cleanup The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants