mirror of https://github.com/ARMmbed/mbed-os.git
Fix unittests
Use path in "mbed-trace/mbed_trace.h" to keep unittest happy.pull/13902/head
parent
71d5482941
commit
cfc11827d5
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "EMACInterface.h"
|
#include "EMACInterface.h"
|
||||||
#include "mbed_trace.h"
|
#include "mbed-trace/mbed_trace.h"
|
||||||
|
|
||||||
using namespace mbed;
|
using namespace mbed;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue