Skip to content

Commit

Permalink
hwdef: ARKV6x: fix RC input
Browse files Browse the repository at this point in the history
  • Loading branch information
dakejahl authored and peterbarker committed Sep 5, 2024
1 parent e6ccaeb commit d969260
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions libraries/AP_HAL_ChibiOS/hwdef/ARKV6X/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,9 @@ PH14 UART4_RX UART4
PD8 USART3_TX USART3
PD9 USART3_RX USART3

# USART6 is for IOMCU
PC6 USART6_TX USART6
# used for RC SBUS
#PC7 USART6_RX USART6
PC6 USART6_TX USART6
PC7 USART6_RX USART6

# Uncomment this line for carriers boards with an IO MCU
# IOMCU_UART USART6
Expand Down Expand Up @@ -284,7 +283,7 @@ PG0 HW_VER_REV_DRIVE OUTPUT LOW
PF9 TIM14_CH1 TIM14 GPIO(77) ALARM

# RC input
PC7 TIM3_CH2 TIM3 RCININT PULLDOWN LOW
PI5 TIM8_CH1 TIM8 RCININT PULLDOWN LOW

# barometers
BARO BMP388 I2C:0:0x76
Expand Down

0 comments on commit d969260

Please sign in to comment.