summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/z8/z8_registerdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/src/z8/z8_registerdump.c')
-rw-r--r--nuttx/arch/z80/src/z8/z8_registerdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/z80/src/z8/z8_registerdump.c b/nuttx/arch/z80/src/z8/z8_registerdump.c
index 36b6cdd37..f1ce13a24 100644
--- a/nuttx/arch/z80/src/z8/z8_registerdump.c
+++ b/nuttx/arch/z80/src/z8/z8_registerdump.c
@@ -59,7 +59,7 @@
#ifdef CONFIG_ARCH_STACKDUMP
# undef lldbg
-# define lldbg lib_lowprintf
+# define lldbg lowsyslog
#endif
/****************************************************************************