mirror of https://github.com/ARMmbed/mbed-os.git
Includre rtos.h in mbed.h if present
So that apps don't need to include "rtos.h" explicitly anymore.pull/2227/head
parent
c8a5aae7ab
commit
b8ab75db03
|
@ -18,6 +18,10 @@
|
|||
|
||||
#define MBED_LIBRARY_VERSION 122
|
||||
|
||||
#if MBED_CONF_RTOS_PRESENT
|
||||
#include "rtos/rtos.h"
|
||||
#endif
|
||||
|
||||
#include "toolchain.h"
|
||||
#include "platform.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue