mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-22 21:13:52 +01:00
boards/nucleo-f767zi: increase ADC clock speed
This patch increases the board's ADC clock speed to the MCU's maximum speed.
This commit is contained in:
parent
410e55d912
commit
4ed36bf871
@ -208,6 +208,7 @@ static const adc_conf_t adc_config[] = {
|
||||
};
|
||||
|
||||
#define VBAT_ADC ADC_LINE(6) /**< VBAT ADC line */
|
||||
#define ADC_CLK_MAX MHZ(36) /**< Use a faster than default ADC clock */
|
||||
#define ADC_NUMOF ARRAY_SIZE(adc_config)
|
||||
/** @} */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user