Skip to content

Commit 725892e

Browse files
authored
Merge pull request #3055 from toyowata/master
[TARGET_RENESAS] Add cmsis.h inclusion
2 parents 9138f62 + 74cd326 commit 725892e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

targets/TARGET_RENESAS/TARGET_RZ_A1H/device/cmsis_nvic.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
#ifndef MBED_CMSIS_NVIC_H
3333
#define MBED_CMSIS_NVIC_H
3434

35+
#include "cmsis.h"
36+
3537
#ifdef __cplusplus
3638
extern "C" {
3739
#endif

targets/TARGET_RENESAS/TARGET_VK_RZ_A1H/device/cmsis_nvic.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
#ifndef MBED_CMSIS_NVIC_H
3333
#define MBED_CMSIS_NVIC_H
3434

35+
#include "cmsis.h"
36+
3537
#ifdef __cplusplus
3638
extern "C" {
3739
#endif

0 commit comments

Comments
 (0)