M263: Include cmsis core_m23.h for macro __CORTEX_M in M261.h

pull/11122/head
cyliangtw 2019-06-13 15:42:02 +08:00
parent d52fced891
commit 2596b7c7be
1 changed files with 2 additions and 1 deletions

View File

@ -190,7 +190,8 @@ typedef enum IRQn
/*@}*/ /* end of group CMSIS */
#include "core_armv8mbl.h" /* Processor and core peripherals */
//#include "core_armv8mbl.h" /* Processor and core peripherals */
#include "core_cm23.h" /* Processor and core peripherals */
#include "system_M261.h" /* System Header */
/**