arch: arm: cortex_m: rename expection header
Rename exception header and use the same name as all architecture ports. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
4d5fd2edf2
commit
699880a430
7 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
|||
#include <zephyr/drivers/uart.h>
|
||||
#include <zephyr/linker/sections.h>
|
||||
#include <zephyr/arch/cpu.h>
|
||||
#include <cortex_m/exc.h>
|
||||
#include <cortex_m/exception.h>
|
||||
#include <fsl_power.h>
|
||||
#include <fsl_clock.h>
|
||||
#include <fsl_common.h>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include <zephyr/drivers/uart.h>
|
||||
#include <zephyr/linker/sections.h>
|
||||
#include <zephyr/arch/cpu.h>
|
||||
#include <cortex_m/exc.h>
|
||||
#include <cortex_m/exception.h>
|
||||
#include <fsl_power.h>
|
||||
#include <fsl_clock.h>
|
||||
#include <fsl_common.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue