From 1b00ec01fe196bd837982d41763b22c2499863b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20H=C3=BC=C3=9Fler?= Date: Tue, 12 Apr 2022 22:39:17 +0200 Subject: [PATCH] cpu/stm32/include/periph/f7: add missing ADC_DEVS (cherry picked from commit e261db28c9e8fc07b68a984bfc94e92dc004291f) --- cpu/stm32/include/periph/f7/periph_cpu.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cpu/stm32/include/periph/f7/periph_cpu.h b/cpu/stm32/include/periph/f7/periph_cpu.h index 742c3bceb701..1e3ea495b6fc 100644 --- a/cpu/stm32/include/periph/f7/periph_cpu.h +++ b/cpu/stm32/include/periph/f7/periph_cpu.h @@ -38,6 +38,11 @@ extern "C" { #define STM32_OPTION_BYTES ((uint32_t*) 0x1FFF0000) #define GET_RDP(x) ((x & 0xFF00) >> 8) +/** + * @brief Available number of ADC devices + */ +#define ADC_DEVS (3U) + /** * @brief Override the ADC resolution configuration * @{