From acb403bcbcbc05256500083d1caea7e22ce4db11 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Thu, 25 May 2017 21:56:08 +0100 Subject: Basic keyboard implementation --- setup.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.c') diff --git a/setup.c b/setup.c index 568caaf..89a7762 100644 --- a/setup.c +++ b/setup.c @@ -20,8 +20,9 @@ #include #include -#include "usb/usb.h" +#include "pit.h" #include "uart.h" +#include "usb/usb.h" extern unsigned char _ldata[], _sdata[], _edata[]; extern unsigned char _sbss[], _ebss[]; @@ -108,6 +109,7 @@ void setup(void) uart_setup(); usb_setup(); + pit_setup(); /* Enable interrupts for setup */ STI(); -- cgit v1.2.3-54-g00ecf