aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/other/usb_hid
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/f1/other/usb_hid')
-rw-r--r--examples/stm32/f1/other/usb_hid/usbhid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32/f1/other/usb_hid/usbhid.c b/examples/stm32/f1/other/usb_hid/usbhid.c
index dd3c57a..6329f0e 100644
--- a/examples/stm32/f1/other/usb_hid/usbhid.c
+++ b/examples/stm32/f1/other/usb_hid/usbhid.c
@@ -28,7 +28,7 @@
#define INCLUDE_DFU_INTERFACE
#ifdef INCLUDE_DFU_INTERFACE
-#include <libopencm3/stm32/f1/scb.h>
+#include <libopencm3/cm3/scb.h>
#include <libopencm3/usb/dfu.h>
#endif