summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/m16c/chip.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-01 11:16:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-01 11:16:51 -0600
commit1087c67c2acf53fbe1f549e89be6b70705b87792 (patch)
tree61f1d974a05187e9608eda2e79565654c03d308c /nuttx/arch/sh/src/m16c/chip.h
parent9741311259ee5434987dc8c9918f29e355d22c4f (diff)
downloadpx4-nuttx-1087c67c2acf53fbe1f549e89be6b70705b87792.tar.gz
px4-nuttx-1087c67c2acf53fbe1f549e89be6b70705b87792.tar.bz2
px4-nuttx-1087c67c2acf53fbe1f549e89be6b70705b87792.zip
Extend stack debug logic to include IDLE and interrupt stacks. Also color the heap as well. Based on suggestions from David Sidrane
Diffstat (limited to 'nuttx/arch/sh/src/m16c/chip.h')
-rw-r--r--nuttx/arch/sh/src/m16c/chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sh/src/m16c/chip.h b/nuttx/arch/sh/src/m16c/chip.h
index 02140df79..83c0da2c9 100644
--- a/nuttx/arch/sh/src/m16c/chip.h
+++ b/nuttx/arch/sh/src/m16c/chip.h
@@ -272,7 +272,7 @@ extern uint32_t g_idle_topstack; /* Start of the heap */
#ifndef __ASSEMBLY__
# if CONFIG_ARCH_INTERRUPTSTACK > 3
- extern uint16_t g_userstack;
+ extern uint16_t g_intstackbase;
# endif
#endif