summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/common/up_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/src/common/up_internal.h')
-rw-r--r--nuttx/arch/z80/src/common/up_internal.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/nuttx/arch/z80/src/common/up_internal.h b/nuttx/arch/z80/src/common/up_internal.h
index e3da89213..89e334b36 100644
--- a/nuttx/arch/z80/src/common/up_internal.h
+++ b/nuttx/arch/z80/src/common/up_internal.h
@@ -110,6 +110,7 @@ extern int up_restoreusercontext(chipreg_t *regs);
extern FAR chipreg_t *up_decodeirq(FAR chipreg_t *regs);
extern void up_irqinitialize(void);
extern int up_timerisr(int irq, FAR chipreg_t *regs);
+extern void up_lowputc(char ch) __naked;
/* Defined in up_doirq.c */
@@ -119,12 +120,6 @@ extern void up_doirq(int irq, FAR chipreg_t *regs);
extern void up_sigdeliver(void);
-#ifdef CONFIG_DEBUG
-extern void up_lowputc(char ch);
-#else
-# define up_lowputc(ch)
-#endif
-
/* Defined in up_allocateheap.c */
#if CONFIG_MM_REGIONS > 1