summaryrefslogtreecommitdiff
path: root/usb/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'usb/usb.h')
-rw-r--r--usb/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/usb.h b/usb/usb.h
index 6f2ac5e..b6a45f2 100644
--- a/usb/usb.h
+++ b/usb/usb.h
@@ -1,7 +1,7 @@
#ifndef USB_H
#define USB_H
-#if defined(STM32F1)
+#if defined(STM32F1) || defined(STM32F3)
#include "f1_usb.h"
static F1_USB_t USB(0x40005c00, 0x40006000);