summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/common/up_assert.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sh/src/common/up_assert.c')
-rw-r--r--nuttx/arch/sh/src/common/up_assert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sh/src/common/up_assert.c b/nuttx/arch/sh/src/common/up_assert.c
index cef369dc7..f4a1bc080 100644
--- a/nuttx/arch/sh/src/common/up_assert.c
+++ b/nuttx/arch/sh/src/common/up_assert.c
@@ -170,7 +170,7 @@ static void up_dumpstate(void)
if (rtcb->pid == 0)
{
ustackbase = g_heapbase - 4;
- ustacksize = CONFIG_PROC_STACK_SIZE;
+ ustacksize = CONFIG_IDLETHREAD_STACKSIZE;
}
else
{