Skip to content

Commit 2596b7c

Browse files
committed
M263: Include cmsis core_m23.h for macro __CORTEX_M in M261.h
1 parent d52fced commit 2596b7c

File tree

1 file changed

+2
-1
lines changed
  • targets/TARGET_NUVOTON/TARGET_M261/device

1 file changed

+2
-1
lines changed

targets/TARGET_NUVOTON/TARGET_M261/device/M261.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ typedef enum IRQn
190190
/*@}*/ /* end of group CMSIS */
191191

192192

193-
#include "core_armv8mbl.h" /* Processor and core peripherals */
193+
//#include "core_armv8mbl.h" /* Processor and core peripherals */
194+
#include "core_cm23.h" /* Processor and core peripherals */
194195
#include "system_M261.h" /* System Header */
195196

196197
/**

0 commit comments

Comments
 (0)