stm32/usbd: Support USB device mode on STM32L432 MCUs.

This commit is contained in:
Damien George
2019-08-15 12:46:04 +10:00
parent bf733c27bb
commit 97e8e036c5
3 changed files with 7 additions and 2 deletions

View File

@@ -298,7 +298,7 @@ void DebugMon_Handler(void) {
/* file (startup_stm32f4xx.s). */
/******************************************************************************/
#if defined(STM32L0)
#if defined(STM32L0) || defined(STM32L432xx)
#if MICROPY_HW_USB_FS
void USB_IRQHandler(void) {