Skip to content

Commit 5554ab2

Browse files
committed
RZ_A1H: cmsis nvic include fix
To get cmsis nvic definitions, this header file should be included in cmsis.h file. Fixes #5886
1 parent c59c400 commit 5554ab2

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)