Merge pull request #2227 from mbedmicro/include_rtos_by_default

Includre rtos.h in mbed.h if present
pull/2157/merge
Sam Grove 2016-07-22 15:50:43 -05:00 committed by GitHub
commit 83f24fb0bd
1 changed files with 4 additions and 0 deletions

View File

@ -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"