1
0
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:
Jose Alamos 2019-07-08 14:04:49 +02:00
parent 14f91388bd
commit f7afc79bab
2 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@
#include <stdio.h>
#include <string.h>
#include "openthread/config.h"
#include "openthread/platform/logging.h"
/* adapted from OpenThread posix example:

View File

@ -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"