Skip to content

Commit c10dd0a

Browse files
committed
RZ_A1H: Fix cmsis header name
1 parent 75ad20b commit c10dd0a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

targets/TARGET_RENESAS/TARGET_RZ_A1H/device/MBRZA1H.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ typedef enum IRQn
626626
#define __NVIC_PRIO_BITS 5 /*!< Number of Bits used for Priority Levels */
627627
#define __Vendor_SysTickConfig 0 /*!< Set to 1 if different SysTick Config is used */
628628

629-
#include <core_ca9.h>
629+
#include <core_ca.h>
630630
#include "system_MBRZA1H.h"
631631

632632

0 commit comments

Comments
 (0)