mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
stm32: Update STM32L452xx Multi OTG handling.
Added custom Multi OTG handling for STM32L452xx, based on STM32L432xx handling. Fixes issue #15795. Signed-off-by: Adrian Higgins <adrian@higstar.com>
This commit is contained in:
committed by
Damien George
parent
f1bdac3752
commit
39ddfed9a0
@@ -312,7 +312,7 @@ void USB_DRD_FS_IRQHandler(void) {
|
||||
}
|
||||
#endif
|
||||
|
||||
#elif defined(STM32L0) || defined(STM32L432xx)
|
||||
#elif defined(STM32L0) || defined(STM32L432xx) || defined(STM32L452xx)
|
||||
|
||||
#if MICROPY_HW_USB_FS
|
||||
void USB_IRQHandler(void) {
|
||||
|
||||
Reference in New Issue
Block a user