1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 10:52:44 +01:00

Merge pull request #11817 from jia200x/pr/fix_ot_dep

pkg/openthread: remove openthread config header from contrib
This commit is contained in:
Leandro Lanzieri 2019-07-08 17:23:10 +02:00 committed by GitHub
commit 9aa1d76bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"