aboutsummaryrefslogtreecommitdiff
path: root/src/stm32/usbdfu.c
diff options
context:
space:
mode:
authorGareth McMullin2011-10-30 13:39:19 +1300
committerGareth McMullin2011-10-30 13:42:27 +1300
commitd85a39955979e3c59c3cc45146f3fe77519045e9 (patch)
treef004aae3bdf3660319454a5ec55623394c6f3c80 /src/stm32/usbdfu.c
parentbd779aa618fab9ceb47d432d8f31719618fd75a4 (diff)
Updated to build with new libopenstm32 with f1/f2 split.
Diffstat (limited to 'src/stm32/usbdfu.c')
-rw-r--r--src/stm32/usbdfu.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/stm32/usbdfu.c b/src/stm32/usbdfu.c
index a6194ee..535ce99 100644
--- a/src/stm32/usbdfu.c
+++ b/src/stm32/usbdfu.c
@@ -19,10 +19,10 @@
#include <string.h>
#include <libopencm3/stm32/systick.h>
-#include <libopencm3/stm32/rcc.h>
-#include <libopencm3/stm32/gpio.h>
-#include <libopencm3/stm32/flash.h>
-#include <libopencm3/stm32/scb.h>
+#include <libopencm3/stm32/f1/rcc.h>
+#include <libopencm3/stm32/f1/gpio.h>
+#include <libopencm3/stm32/f1/flash.h>
+#include <libopencm3/stm32/f1/scb.h>
#include <libopencm3/usb/usbd.h>
#include <libopencm3/usb/dfu.h>