1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-23 21:43:51 +01:00

cpu/stm32/f2: add ADC support for f207zg

This commit is contained in:
krzysztof-cabaj 2022-11-04 11:45:47 -04:00
parent cfd0183f60
commit aa426bd3aa

View File

@ -28,7 +28,11 @@ extern "C" {
/**
* @brief Available number of ADC devices
*/
#if defined (ADC3)
#define ADC_DEVS (3U)
#else
#define ADC_DEVS (2U)
#endif
#ifndef DOXYGEN