mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/stm32: add stm32f469i to ADCs defs
This commit is contained in:
parent
105c57722d
commit
af4c01bbc6
@ -32,7 +32,8 @@ extern "C" {
|
||||
#define ADC_DEVS (1U)
|
||||
#elif defined(CPU_LINE_STM32F405xx) || defined(CPU_LINE_STM32F407xx) \
|
||||
|| defined(CPU_LINE_STM32F415xx) || defined(CPU_LINE_STM32F429xx) \
|
||||
|| defined(CPU_LINE_STM32F437xx) || defined(CPU_LINE_STM32F446xx)
|
||||
|| defined(CPU_LINE_STM32F437xx) || defined(CPU_LINE_STM32F446xx) \
|
||||
|| defined(CPU_LINE_STM32F469xx)
|
||||
#define ADC_DEVS (3U)
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user