Skip to content

Commit 66dea08

Browse files
committed
M2351: include core_cm23.h
Nuvoton M2351 was including generic core_armv8mbl.h from CMSIS - we need it to be more specific to identify the specific core for wait_ns. Change to core_cm23.h.
1 parent 08a8f16 commit 66dea08

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_NUVOTON/TARGET_M2351/device

1 file changed

+1
-1
lines changed

targets/TARGET_NUVOTON/TARGET_M2351/device/M2351.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ typedef enum IRQn
192192
/*@}*/ /* end of group CMSIS */
193193

194194

195-
#include "core_armv8mbl.h" /* Processor and core peripherals */
195+
#include "core_cm23.h" /* Processor and core peripherals */
196196
#include "system_M2351.h" /* System Header */
197197

198198
/**

0 commit comments

Comments
 (0)