Skip to content

Commit 11b9a3d

Browse files
authored
Merge pull request #5890 from 0xc0170/fix_renesas_nvic
RZ_A1H: cmsis nvic include fix
2 parents 8d73978 + 5554ab2 commit 11b9a3d

File tree

1 file changed

+1
-0
lines changed
  • targets/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_RZ_A1H/device

1 file changed

+1
-0
lines changed

targets/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_RZ_A1H/device/cmsis.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
#define MBED_CMSIS_H
99

1010
#include "MBRZA1H.h"
11+
#include "cmsis_nvic.h"
1112

1213
#endif

0 commit comments

Comments
 (0)