summaryrefslogtreecommitdiffstats
path: root/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c2
1 files changed, 2 insertions, 0 deletions
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 */