mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 16:55:29 +03:00
Merge pull request #3219 from jpbarraca/master
Sparky2: Use correct ADC pin mapping
This commit is contained in:
commit
442fc50cc2
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@
|
|||
|
||||
#define USE_ADC
|
||||
#define ADC_CHANNEL_1_PIN PC2
|
||||
#define ADC_CHANNEL_2_PIN PC1
|
||||
#define ADC_CHANNEL_2_PIN PC3
|
||||
#define VBAT_ADC_CHANNEL ADC_CHN_2
|
||||
#define CURRENT_METER_ADC_CHANNEL ADC_CHN_1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue