From 3187e4c7e7fe0f0596453dbdb3e909a299c7de7d Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 21 Dec 2022 11:53:09 +1100 Subject: [PATCH] stm32/mphalport: Update HAL version to 1.11.0 to match stm32lib. Signed-off-by: Damien George --- ports/stm32/mphalport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)