summaryrefslogtreecommitdiffstats
path: root/src/project.h
diff options
context:
space:
mode:
authorroot <root@lab2.panaceas.james.local>2014-11-02 15:16:42 +0000
committerroot <root@lab2.panaceas.james.local>2014-11-02 15:16:42 +0000
commit479e719a64d75374f00438498cf91ba2601a63f1 (patch)
tree6f2164598cbe9c78396060dc45f5307172d36a0c /src/project.h
parent87e61d21e5ce588c9701d92def188fa97674c3cd (diff)
downloadstm32_usb_kvm-479e719a64d75374f00438498cf91ba2601a63f1.tar.gz
stm32_usb_kvm-479e719a64d75374f00438498cf91ba2601a63f1.tar.bz2
stm32_usb_kvm-479e719a64d75374f00438498cf91ba2601a63f1.zip
fish
Diffstat (limited to 'src/project.h')
-rw-r--r--src/project.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/project.h b/src/project.h
index de86ece..0323569 100644
--- a/src/project.h
+++ b/src/project.h
@@ -1,7 +1,9 @@
#include <stdlib.h>
#include <libopencm3/stm32/rcc.h>
#include <libopencm3/stm32/gpio.h>
+#include <libopencm3/stm32/usart.h>
#include <libopencm3/cm3/systick.h>
+#include <libopencm3/cm3/nvic.h>
#include <libopencm3/usb/usbd.h>
#include <libopencm3/usb/hid.h>
@@ -13,5 +15,9 @@
#include <libopencm3/usb/dfu.h>
#endif
+#include <stdio.h>
+#include <errno.h>
+
+#include "ring.h"
#include "prototypes.h"