Skip to content

Commit

Permalink
stm32/adc: Add support for STM32L4A6 MCUs.
Browse files Browse the repository at this point in the history
Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed May 24, 2023
1 parent 0ba08e6 commit 87cf439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/stm32/adc.c
Expand Up @@ -170,6 +170,7 @@
defined(STM32L451xx) || defined(STM32L452xx) || \
defined(STM32L462xx) || defined(STM32L475xx) || \
defined(STM32L476xx) || defined(STM32L496xx) || \
defined(STM32L4A6xx) || \
defined(STM32WB55xx)
#define VBAT_DIV (3)
#elif defined(STM32L152xE)
Expand Down

0 comments on commit 87cf439

Please sign in to comment.