mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
08a8f16e73
commit
66dea08c0f
|
@ -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 */
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue