diff --git a/ports/stm32/mphalport.h b/ports/stm32/mphalport.h index 5c587c016d..728f5fefbd 100644 --- a/ports/stm32/mphalport.h +++ b/ports/stm32/mphalport.h @@ -14,7 +14,7 @@ #elif defined(STM32G4) #define MICROPY_PLATFORM_VERSION "HAL1.3.0" #elif defined(STM32H7) -#define MICROPY_PLATFORM_VERSION "HAL1.6.0" +#define MICROPY_PLATFORM_VERSION "HAL1.11.0" #elif defined(STM32L0) #define MICROPY_PLATFORM_VERSION "HAL1.11.2" #elif defined(STM32L1)