mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 05:42:49 +08:00
[boards] stm32f4_discovery: fix typo in ADC_3
thanks Chris
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user