aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index da354c1..aac605b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -8,6 +8,6 @@ void main(void) {
8 8
9 // Echo input to standard output. 9 // Echo input to standard output.
10 while(1) { 10 while(1) {
11 uart_send(uart_getc()); 11 uart_putc(uart_getc());
12 } 12 }
13} 13}