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:
commit
9193c52685
@ -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