Skip to content

Commit 1469fcd

Browse files
committed
RZ_A1LU: cmsis nvic include fix
To get cmsis nvic definitions, I added the process that include "cmsis_nvic.h" in cmsis.h. Relation PR is #5890.
1 parent e8378ef commit 1469fcd

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

targets/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_GR_LYCHEE/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 "MBRZA1LU.h"
11+
#include "cmsis_nvic.h"
1112

1213
#endif

0 commit comments

Comments
 (0)