mirror of https://github.com/ARMmbed/mbed-os.git
CMSIS: Move non-config includes behind PTIM ifdef
That is to enabled integration with build-it-all Mbed OS type build system. Cherry-picked from CMSIS_5 repo: e8d0a476pull/6273/head
parent
00a321846d
commit
b4d5f0e10f
|
@ -22,14 +22,14 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "os_tick.h"
|
|
||||||
#include "irq_ctrl.h"
|
|
||||||
|
|
||||||
#include "RTE_Components.h"
|
#include "RTE_Components.h"
|
||||||
#include CMSIS_device_header
|
#include CMSIS_device_header
|
||||||
|
|
||||||
#if defined(PTIM)
|
#if defined(PTIM)
|
||||||
|
|
||||||
|
#include "os_tick.h"
|
||||||
|
#include "irq_ctrl.h"
|
||||||
|
|
||||||
#ifndef PTIM_IRQ_PRIORITY
|
#ifndef PTIM_IRQ_PRIORITY
|
||||||
#define PTIM_IRQ_PRIORITY 0xFFU
|
#define PTIM_IRQ_PRIORITY 0xFFU
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue