summaryrefslogtreecommitdiff
path: root/nuttx/configs/xtrs/src/xtr_lowputc.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/xtrs/src/xtr_lowputc.c')
-rw-r--r--nuttx/configs/xtrs/src/xtr_lowputc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/xtrs/src/xtr_lowputc.c b/nuttx/configs/xtrs/src/xtr_lowputc.c
index be1628444..c85f540d2 100644
--- a/nuttx/configs/xtrs/src/xtr_lowputc.c
+++ b/nuttx/configs/xtrs/src/xtr_lowputc.c
@@ -77,10 +77,10 @@
********************************************************************************/
/********************************************************************************
- * Name: up_lowputc
+ * Name: z80_lowputc
********************************************************************************/
-void up_lowputc(char ch) __naked
+void z80_lowputc(char ch) __naked
{
_asm
ld hl, #2
@@ -92,10 +92,10 @@ void up_lowputc(char ch) __naked
}
/********************************************************************************
- * Name: up_lowgetc
+ * Name: z80_lowgetc
********************************************************************************/
-char up_lowgetc(void) __naked
+char z80_lowgetc(void) __naked
{
_asm
call _TRS80_M3_KBDSCN ;0x002b