mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11408 from SeppoTakalo/mbed_trace_nanomesh
Remove mbed_trace dependency to Nanomesh headerspull/11438/head
commit
87cdef9258
|
@ -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
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#define FEA_TRACE_SUPPORT
|
||||
#endif
|
||||
|
||||
#include "ns_types.h"
|
||||
#include "mbed-trace/mbed_trace.h"
|
||||
|
||||
#endif /* NS_TRACE_H_ */
|
||||
|
|
Loading…
Reference in New Issue