mirror of https://github.com/ARMmbed/mbed-os.git
Fix RTOS-less build failed with cmsis/RTE_Components.h
parent
24cebbaec3
commit
58608ec589
|
@ -18,7 +18,9 @@
|
|||
|
||||
#define CMSIS_device_header <cmsis.h>
|
||||
|
||||
#if defined(MBED_CONF_RTOS_PRESENT)
|
||||
#include "mbed_rtx_conf.h"
|
||||
#endif
|
||||
#include "mbed_cmsis_conf.h"
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue