mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
stm32/adc: Add support for STM32L4A6 MCUs.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user