mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
cpu/stm32/include/periph/f7: add missing ADC_DEVS
This commit is contained in:
parent
c89f6bf115
commit
e261db28c9
@ -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
|
||||
* @{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user