mirror of https://github.com/ARMmbed/mbed-os.git
Fix failing compilation for mbed-os
This commit fixes issue https://github.com/ARMmbed/mbed-os/issues/2569 This commit has to go in coming mbed-os release else the build is broken.pull/2570/head
parent
5c14cb9790
commit
be70130f3e
|
@ -27,6 +27,7 @@
|
||||||
#include "eventOS_scheduler.h"
|
#include "eventOS_scheduler.h"
|
||||||
|
|
||||||
#include "mbed-trace/mbed_trace.h"
|
#include "mbed-trace/mbed_trace.h"
|
||||||
|
#include "mbed.h"
|
||||||
|
|
||||||
#define TRACE_GROUP "mClt"
|
#define TRACE_GROUP "mClt"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue