summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/z180
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/src/z180')
-rw-r--r--nuttx/arch/z80/src/z180/z180_registerdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/z80/src/z180/z180_registerdump.c b/nuttx/arch/z80/src/z180/z180_registerdump.c
index 65ae791db..17a44b059 100644
--- a/nuttx/arch/z80/src/z180/z180_registerdump.c
+++ b/nuttx/arch/z80/src/z180/z180_registerdump.c
@@ -58,7 +58,7 @@
#ifdef CONFIG_ARCH_STACKDUMP
# undef lldbg
-# define lldbg lib_lowprintf
+# define lldbg lowsyslog
#endif
/****************************************************************************