summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/sh1/sh1_dumpstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sh/src/sh1/sh1_dumpstate.c')
-rw-r--r--nuttx/arch/sh/src/sh1/sh1_dumpstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sh/src/sh1/sh1_dumpstate.c b/nuttx/arch/sh/src/sh1/sh1_dumpstate.c
index 296e20a45..f54ea46ce 100644
--- a/nuttx/arch/sh/src/sh1/sh1_dumpstate.c
+++ b/nuttx/arch/sh/src/sh1/sh1_dumpstate.c
@@ -61,7 +61,7 @@
#ifdef CONFIG_ARCH_STACKDUMP
# undef lldbg
-# define lldbg lib_lowprintf
+# define lldbg lowsyslog
#endif
/****************************************************************************