diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/stm32/mboot/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/mboot/main.c b/ports/stm32/mboot/main.c index 70ea512ba..6113d80ef 100644 --- a/ports/stm32/mboot/main.c +++ b/ports/stm32/mboot/main.c @@ -62,7 +62,7 @@ #if !defined(MICROPY_HW_USB_MAIN_DEV) #if MICROPY_HW_USB_FS #define MICROPY_HW_USB_MAIN_DEV (USB_PHY_FS_ID) -#elif MICROPY_HW_USB_HS && MICROPY_HW_USB_HS_IN_FS +#elif MICROPY_HW_USB_HS #define MICROPY_HW_USB_MAIN_DEV (USB_PHY_HS_ID) #else #error Unable to determine proper MICROPY_HW_USB_MAIN_DEV to use |
