aboutsummaryrefslogtreecommitdiff
path: root/src/stm32/platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32/platform.c')
-rw-r--r--src/stm32/platform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm32/platform.c b/src/stm32/platform.c
index 71458b1..d4a4471 100644
--- a/src/stm32/platform.c
+++ b/src/stm32/platform.c
@@ -28,6 +28,7 @@
#include <libopencm3/stm32/scb.h>
#include <libopencm3/stm32/nvic.h>
#include <libopencm3/stm32/usart.h>
+#include <libopencm3/usb/usbd.h>
#include "platform.h"
#include "jtag_scan.h"