Skip to content

Commit 4ee572c

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 4ee572c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,9 @@
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>
6055

6156
#ifndef YOTTA_CFG_MBED_TRACE

0 commit comments

Comments
 (0)