1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

boards/nucleo144-f207: fix ADC config

This commit is contained in:
Vincent Dupont 2017-02-08 17:23:51 +01:00
parent 4ced9421b2
commit 2490b8ed2d

View File

@ -254,7 +254,7 @@ static const spi_conf_t spi_config[] = {
* @{
*/
#define ADC_CONFIG { \
{GPIO_PIN(PORT_A, 4), 0, 0}, \
{GPIO_PIN(PORT_A, 3), 0, 3}, \
{GPIO_PIN(PORT_C, 0), 1, 0} \
}
#define ADC_NUMOF (2)