mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Merge pull request #5104 from jflyper/bfdev-omnibusf7-revert-adc-to-ADC1
OMNIBUSF7* Revert ADC instance change
This commit is contained in:
commit
594a092d23
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@
|
||||||
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
|
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
|
||||||
|
|
||||||
#define USE_ADC
|
#define USE_ADC
|
||||||
#define ADC_INSTANCE ADC2
|
#define ADC_INSTANCE ADC1
|
||||||
#define CURRENT_METER_ADC_PIN PC2
|
#define CURRENT_METER_ADC_PIN PC2
|
||||||
#define VBAT_ADC_PIN PC3
|
#define VBAT_ADC_PIN PC3
|
||||||
#define RSSI_ADC_PIN PC5
|
#define RSSI_ADC_PIN PC5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue