[boards] stm32f4_discovery: fix typo in ADC_3

thanks Chris
This commit is contained in:
Felix Ruess
2013-12-20 19:43:49 +01:00
parent 112326143a
commit d8f1954bb7
+1 -1
View File
@@ -325,7 +325,7 @@
// AUX 3 // AUX 3
#if USE_ADC_3 #if USE_ADC_3
#define AD2_1_CHANNEL 14 #define AD2_1_CHANNEL 14
#define ADC_3 ADC2_C1 // THIS CHANNEL USES THE ADC 2 CONVERTER #define ADC_3 AD2_1 // THIS CHANNEL USES THE ADC 2 CONVERTER
#define ADC_3_GPIO_PORT GPIOC #define ADC_3_GPIO_PORT GPIOC
#define ADC_3_GPIO_PIN GPIO4 #define ADC_3_GPIO_PIN GPIO4
#endif #endif