1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/stm32/include/periph/f7: add missing ADC_DEVS

This commit is contained in:
Fabian Hüßler 2022-04-12 22:39:17 +02:00
parent c89f6bf115
commit e261db28c9

View File

@ -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
* @{