Skip to content

Commit

Permalink
Fix RTOS-less build failed with cmsis/RTE_Components.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ccli8 authored and 0xc0170 committed Jun 6, 2018
1 parent d3e48c2 commit c9338d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmsis/RTE_Components.h
Expand Up @@ -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

0 comments on commit c9338d1

Please sign in to comment.