mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #2227 from mbedmicro/include_rtos_by_default
Includre rtos.h in mbed.h if presentpull/2157/merge
commit
83f24fb0bd
|
@ -18,6 +18,10 @@
|
||||||
|
|
||||||
#define MBED_LIBRARY_VERSION 122
|
#define MBED_LIBRARY_VERSION 122
|
||||||
|
|
||||||
|
#if MBED_CONF_RTOS_PRESENT
|
||||||
|
#include "rtos/rtos.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "toolchain.h"
|
#include "toolchain.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue