stm32: Add USB support for STM32L1 MCUs.
Signed-off-by: Yuuki NAGAO <wf.yn386@gmail.com>
This commit is contained in:
@@ -320,7 +320,7 @@ void USB_IRQHandler(void) {
|
||||
}
|
||||
#endif
|
||||
|
||||
#elif defined(STM32G4) || defined(STM32WB)
|
||||
#elif defined(STM32G4) || defined(STM32L1) || defined(STM32WB)
|
||||
|
||||
#if MICROPY_HW_USB_FS
|
||||
void USB_LP_IRQHandler(void) {
|
||||
|
||||
Reference in New Issue
Block a user