Merge pull request #11408 from SeppoTakalo/mbed_trace_nanomesh

Remove mbed_trace dependency to Nanomesh headers
pull/11438/head
Martin Kojtal 2019-09-06 14:36:14 +02:00 committed by GitHub
commit 87cdef9258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -48,15 +48,11 @@
extern "C" {
#endif
#ifdef YOTTA_CFG
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#else
#include "ns_types.h"
#endif
#include <stdarg.h>
#include <inttypes.h>
#ifndef YOTTA_CFG_MBED_TRACE
#define YOTTA_CFG_MBED_TRACE 0

View File

@ -28,6 +28,7 @@
#define FEA_TRACE_SUPPORT
#endif
#include "ns_types.h"
#include "mbed-trace/mbed_trace.h"
#endif /* NS_TRACE_H_ */