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:
parent
cfd0183f60
commit
aa426bd3aa
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user