mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
added support for ADC3 in F3 targets
This commit is contained in:
parent
1419666139
commit
703deeb79f
2 changed files with 16 additions and 4 deletions
|
@ -33,7 +33,8 @@ typedef enum ADCDevice {
|
|||
ADCDEV_1 = 0,
|
||||
#if defined(STM32F3)
|
||||
ADCDEV_2,
|
||||
ADCDEV_MAX = ADCDEV_2,
|
||||
ADCDEV_3,
|
||||
ADCDEV_MAX = ADCDEV_3,
|
||||
#elif defined(STM32F4) || defined(STM32F7)
|
||||
ADCDEV_2,
|
||||
ADCDEV_3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue