From 66dea08c0f80d1a8822bc72a5226606df2169de9 Mon Sep 17 00:00:00 2001 From: Kevin Bracey Date: Fri, 22 Feb 2019 17:28:57 +0200 Subject: [PATCH] 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. --- targets/TARGET_NUVOTON/TARGET_M2351/device/M2351.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_NUVOTON/TARGET_M2351/device/M2351.h b/targets/TARGET_NUVOTON/TARGET_M2351/device/M2351.h index b53a38c018..b61abfd967 100644 --- a/targets/TARGET_NUVOTON/TARGET_M2351/device/M2351.h +++ b/targets/TARGET_NUVOTON/TARGET_M2351/device/M2351.h @@ -192,7 +192,7 @@ typedef enum IRQn /*@}*/ /* end of group CMSIS */ -#include "core_armv8mbl.h" /* Processor and core peripherals */ +#include "core_cm23.h" /* Processor and core peripherals */ #include "system_M2351.h" /* System Header */ /**