mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 06:25:09 +00: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:
parent
458e021c86
commit
3ddfab239f
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@
|
|||
#include "sched/sched.h"
|
||||
#include "xtensa.h"
|
||||
#include "chip_memory.h"
|
||||
#include "chip_macros.h"
|
||||
|
||||
#ifdef CONFIG_DEBUG_ALERT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue