mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
arch: xtensa: Fix a compile warning in xtensa_dumpstate.c
Summary: - This commit fixes a compile warning if CONFIG_ARCH_INTERRUPTSTACK is set Impact: - None Testing: - Built with esp32-devkitc:smp Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
458e021c86
commit
3ddfab239f
@@ -38,6 +38,7 @@
|
|||||||
#include "sched/sched.h"
|
#include "sched/sched.h"
|
||||||
#include "xtensa.h"
|
#include "xtensa.h"
|
||||||
#include "chip_memory.h"
|
#include "chip_memory.h"
|
||||||
|
#include "chip_macros.h"
|
||||||
|
|
||||||
#ifdef CONFIG_DEBUG_ALERT
|
#ifdef CONFIG_DEBUG_ALERT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user