1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 09:16:07 +03:00

Merge pull request #6846 from jflyper/bfdev-revo-remove-stale-adc-channel-def

REVO: Remove stale ADC channel def
This commit is contained in:
jflyper 2018-10-02 00:53:28 +09:00 committed by GitHub
commit f645ba3c10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -249,7 +249,6 @@
#define VBAT_ADC_PIN PC2
#else
#define VBAT_ADC_PIN PC3
#define VBAT_ADC_CHANNEL ADC_Channel_13
#endif
#if defined(AIRBOTF4SD)