Skip to content

Commit 636c19a

Browse files
author
Arto Kinnunen
committed
Fix unittests
Use path in "mbed-trace/mbed_trace.h" to keep unittest happy.
1 parent 40c0385 commit 636c19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectivity/netsocket/source/EMACInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
#include "netsocket/EMACInterface.h"
19-
#include "mbed_trace.h"
19+
#include "mbed-trace/mbed_trace.h"
2020

2121
using namespace mbed;
2222

0 commit comments

Comments
 (0)