mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Merge pull request #8328 from solarhacksaw/fix_airbotf7_adc_pins
fix adc pins
This commit is contained in:
parent
f7b7e552e4
commit
ab3a9fddbc
2 changed files with 4 additions and 9 deletions
|
@ -33,8 +33,7 @@ resource SPI_MOSI 1 A07
|
|||
resource SPI_MOSI 2 B15
|
||||
resource SPI_MOSI 3 B05
|
||||
resource ADC_BATT 1 C00
|
||||
resource ADC_RSSI 1 C01
|
||||
resource ADC_CURR 1 C02
|
||||
resource ADC_CURR 1 C01
|
||||
resource FLASH_CS 1 A03
|
||||
resource OSD_CS 1 C15
|
||||
resource GYRO_CS 1 D02
|
||||
|
@ -49,8 +48,6 @@ timer C09 1
|
|||
timer B07 0
|
||||
|
||||
# dma
|
||||
dma ADC 1 1
|
||||
# ADC 1: DMA2 Stream 4 Channel 0
|
||||
dma pin A15 0
|
||||
# pin A15: DMA1 Stream 5 Channel 3
|
||||
dma pin A08 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue