mirror of https://github.com/ARMmbed/mbed-os.git
Remove mbed_trace dependency to Nanomesh headers
This library only uses standard types from C99, and thus does not need compiler specific tweaks from ns_types.hpull/11408/head
parent
34109f0f25
commit
40841453a5
|
|
@ -48,15 +48,11 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef YOTTA_CFG
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#else
|
|
||||||
#include "ns_types.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
#ifndef YOTTA_CFG_MBED_TRACE
|
#ifndef YOTTA_CFG_MBED_TRACE
|
||||||
#define YOTTA_CFG_MBED_TRACE 0
|
#define YOTTA_CFG_MBED_TRACE 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue