Fix unittests

Use path in "mbed-trace/mbed_trace.h" to keep unittest happy.
pull/13936/head
Arto Kinnunen 2020-11-24 15:27:07 +02:00
parent 40c038555d
commit 636c19af16
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*/
#include "netsocket/EMACInterface.h"
#include "mbed_trace.h"
#include "mbed-trace/mbed_trace.h"
using namespace mbed;