From d9c917b95099617b32dfaca4ae90c9e2dd641fff Mon Sep 17 00:00:00 2001 From: Matt Baker Date: Thu, 22 Apr 2021 13:44:39 -0700 Subject: stm32l4: add stm32l412 support with adc,i2c,spi,usb Signed-off-by: Matt Baker --- src/stm32/usbfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stm32/usbfs.c') diff --git a/src/stm32/usbfs.c b/src/stm32/usbfs.c index 1302d523..cfe70951 100644 --- a/src/stm32/usbfs.c +++ b/src/stm32/usbfs.c @@ -20,7 +20,7 @@ typedef volatile uint32_t epmword_t; #define WSIZE 2 #define USBx_IRQn USB_LP_IRQn -#elif CONFIG_MACH_STM32F0 +#elif CONFIG_MACH_STM32F0 || CONFIG_MACH_STM32L4 // Transfer memory is accessed with 16bits and contains 16bits of data typedef volatile uint16_t epmword_t; #define WSIZE 2 -- cgit v1.2.3-70-g09d2