diff options
| author | Damien George <damien@micropython.org> | 2022-12-21 11:53:09 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-03-21 14:02:49 +1100 |
| commit | 3187e4c7e7fe0f0596453dbdb3e909a299c7de7d (patch) | |
| tree | 4a57f4762df3e88943add112fd4c36988d847a53 | |
| parent | 2e5f07102080a53ff548b1e29f8510bab13b4bdc (diff) | |
stm32/mphalport: Update HAL version to 1.11.0 to match stm32lib.
Signed-off-by: Damien George <damien@micropython.org>
| -rw-r--r-- | ports/stm32/mphalport.h | 2 |
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) |
