Skip to content

Commit 6871321

Browse files
toyowatac1728p9
authored andcommitted
Add cmsis.h inclusion
1 parent 5c35230 commit 6871321

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)