aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/usbfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32/usbfs.c')
-rw-r--r--src/stm32/usbfs.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/stm32/usbfs.c b/src/stm32/usbfs.c
index f144b2c9..f7559efd 100644
--- a/src/stm32/usbfs.c
+++ b/src/stm32/usbfs.c
@@ -29,9 +29,14 @@
// Transfer memory is accessed with 32bits and contains 32bits of data
typedef volatile uint32_t epmword_t;
#define WSIZE 4
- #define USBx_IRQn USB_UCPD1_2_IRQn
+ #define USBx_IRQn USB_IRQn
+#endif
- // The stm32g0 has slightly different register names
+// The stm32g0 has slightly different register names
+#if CONFIG_MACH_STM32G0
+ #if CONFIG_MACH_STM32G0B1
+ #define USB_IRQn USB_UCPD1_2_IRQn
+ #endif
#define USB USB_DRD_FS
#define USB_PMAADDR USB_DRD_PMAADDR
#define USB_EPADDR_FIELD USB_CHEP_ADDR