Fix unittests

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

View File

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