Skip to content

Commit

Permalink
stm32/mphalport: Update HAL version to 1.11.0 to match stm32lib.
Browse files Browse the repository at this point in the history
Signed-off-by: Damien George <[email protected]>
  • Loading branch information
dpgeorge committed Mar 21, 2023
1 parent 2e5f071 commit 3187e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/stm32/mphalport.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3187e4c

Please sign in to comment.