1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

Merge pull request #17923 from fabian18/bugfix_stm32f7_add_missing_ADC_DEVS

cpu/stm32/include/periph/f7: add missing ADC_DEVS
This commit is contained in:
fabian18 2022-04-13 11:33:03 +02:00 committed by GitHub
commit 9193c52685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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