From 03f33481c42954ec118d5dd92703b2b2208f4a3a Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Sun, 26 Mar 2017 21:45:42 +0100 Subject: uart support --- setup.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.c') diff --git a/setup.c b/setup.c index e024844..71d7d73 100644 --- a/setup.c +++ b/setup.c @@ -4,6 +4,7 @@ #include "asm.h" #include "usb/usb.h" +#include "uart/uart.h" extern unsigned char _ldata[], _sdata[], _edata[]; extern unsigned char _sbss[], _ebss[]; @@ -88,6 +89,7 @@ void setup(void) PORTC_PCR(5) = 1 << PCR_MUX | BV(PCR_DSE); GPIOC_PDDR = BV(5); + uart_setup(); usb_setup(); /* Enable interrupts for setup */ -- cgit v1.2.3-54-g00ecf