Fix unittests

Use path in "mbed-trace/mbed_trace.h" to keep unittest happy.
pull/13902/head
Arto Kinnunen 2020-11-24 15:27:07 +02:00
parent 71d5482941
commit cfc11827d5
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;