From 2490b8ed2d910028e89d4b48d53cb2be1f6c2164 Mon Sep 17 00:00:00 2001 From: Vincent Dupont Date: Wed, 8 Feb 2017 17:23:51 +0100 Subject: [PATCH] boards/nucleo144-f207: fix ADC config --- boards/nucleo144-f207/include/periph_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/nucleo144-f207/include/periph_conf.h b/boards/nucleo144-f207/include/periph_conf.h index 693252d694..311aacafad 100644 --- a/boards/nucleo144-f207/include/periph_conf.h +++ b/boards/nucleo144-f207/include/periph_conf.h @@ -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)