Skip to content

Commit 4084145

Browse files
author
Seppo Takalo
committed
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
1 parent 34109f0 commit 4084145

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

features/frameworks/mbed-trace/mbed-trace/mbed_trace.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,11 @@
4848
extern "C" {
4949
#endif
5050

51-
#ifdef YOTTA_CFG
5251
#include <stdint.h>
5352
#include <stddef.h>
5453
#include <stdbool.h>
55-
#else
56-
#include "ns_types.h"
57-
#endif
58-
5954
#include <stdarg.h>
55+
#include <inttypes.h>
6056

6157
#ifndef YOTTA_CFG_MBED_TRACE
6258
#define YOTTA_CFG_MBED_TRACE 0

0 commit comments

Comments
 (0)