summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/stm32/mphalport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/mphalport.h b/ports/stm32/mphalport.h
index 5c587c016..728f5fefb 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)