summaryrefslogtreecommitdiff
path: root/src/lpc/ao_arch.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-08-05 12:23:22 +0800
committerKeith Packard <keithp@keithp.com>2018-10-13 08:21:58 -0700
commit7c04888cf9809e0c73f0813c74e8dd972facde3a (patch)
treeebb43ee5aa61cc65ce28595c19b4dd3c19812ead /src/lpc/ao_arch.h
parent56629222711ba3ef7853405c9b07ad614fb29b95 (diff)
altos: Switch to newlib-nano for libc on arm
Stop using pdclib Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lpc/ao_arch.h')
-rw-r--r--src/lpc/ao_arch.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lpc/ao_arch.h b/src/lpc/ao_arch.h
index da21dc9d..f1df14eb 100644
--- a/src/lpc/ao_arch.h
+++ b/src/lpc/ao_arch.h
@@ -59,14 +59,6 @@
#define ao_arch_interrupt(n) /* nothing */
-#undef putchar
-#undef getchar
-#define putchar(c) ao_putchar(c)
-#define getchar ao_getchar
-
-extern void putchar(char c);
-extern char getchar(void);
-
/*
* ao_romconfig.c
*/