Fix RTOS-less build failed with cmsis/RTE_Components.h

pull/7053/head
ccli8 2018-05-30 15:15:54 +08:00
parent 24cebbaec3
commit 58608ec589
1 changed files with 2 additions and 0 deletions

View File

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