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.
pull/9812/head
Kevin Bracey 2019-02-22 17:28:57 +02:00
parent 08a8f16e73
commit 66dea08c0f
1 changed files with 1 additions and 1 deletions

View File

@ -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 */
/**