mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/openthread: remove openthread header from contrib
The internal Openthread config file is not needed for the contrib files, since it only includes internal OpenThread configuration (use by the Openthread build system). Under certain cases some macros defined in Openthread collide with RIOT internals or vendor headers. So it's important to keep dependencies consistent.
This commit is contained in:
parent
14f91388bd
commit
f7afc79bab
@ -23,7 +23,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "openthread/config.h"
|
||||
#include "openthread/platform/logging.h"
|
||||
|
||||
/* adapted from OpenThread posix example:
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "net/ieee802154.h"
|
||||
#include "net/l2util.h"
|
||||
#include "net/netdev/ieee802154.h"
|
||||
#include "openthread/config.h"
|
||||
#include "openthread/platform/diag.h"
|
||||
#include "openthread/platform/radio.h"
|
||||
#include "ot.h"
|
||||
|
Loading…
Reference in New Issue
Block a user