summaryrefslogtreecommitdiff
path: root/ports/stm32/mboot/adc.c
blob: 06db0b59b735ff5eebd6b27186e4128ff1cd5e17 (plain)
1
2
3
4
5
// Include the main ADC driver, so mboot can use adc_config() and adc_config_and_read_u16().
#include "py/obj.h"
#if MICROPY_PY_MACHINE_ADC
#include "../machine_adc.c"
#endif