1
0
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:
Joshua DeWeese 2023-05-19 13:19:03 -04:00 committed by Joshua DeWeese
parent 410e55d912
commit 4ed36bf871

View File

@ -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)
/** @} */