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.h
pull/11408/head
Seppo Takalo 2019-09-04 11:19:32 +03:00
parent 34109f0f25
commit 40841453a5
1 changed files with 1 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