1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Fix VBAT for AIRHEROF3 target

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2016-10-04 22:06:16 +10:00
parent 4baa995ebc
commit 62cbb2faa5

View file

@ -78,9 +78,8 @@
#define BOARD_HAS_VOLTAGE_DIVIDER #define BOARD_HAS_VOLTAGE_DIVIDER
#define USE_ADC #define USE_ADC
#define CURRENT_METER_ADC_PIN PB1 #define ADC_INSTANCE ADC2
#define VBAT_ADC_PIN PA4 #define VBAT_ADC_PIN PA4
#define RSSI_ADC_PIN PA1
#define LED_STRIP #define LED_STRIP
#define WS2811_TIMER TIM3 #define WS2811_TIMER TIM3