mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Merge pull request #3840 from jflyper/bfdev-omnibusf7-fix-rssi_adc_pin-def
OMNIBUSF7 Fix RSSI_ADC_PIN def
This commit is contained in:
commit
e5d147ec18
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@
|
|||
#define USE_ADC
|
||||
#define CURRENT_METER_ADC_PIN PC2
|
||||
#define VBAT_ADC_PIN PC3
|
||||
#define RSSI_ADC_GPIO_PIN PC5
|
||||
#define RSSI_ADC_PIN PC5
|
||||
|
||||
#define LED_STRIP
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue