mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_Chibios: Change RC in to RCINT to free a DMA channel
This commit is contained in:
parent
4143a21088
commit
4761bd0eff
|
@ -167,7 +167,7 @@ define RELAY3_PIN_DEFAULT 3
|
|||
define RELAY4_PIN_DEFAULT 4
|
||||
|
||||
# also USART6_RX for serial RC
|
||||
PC7 TIM8_CH2 TIM8 RCIN PULLUP LOW DMA_CH0
|
||||
PC7 TIM8_CH2 TIM8 RCININT PULLUP LOW
|
||||
|
||||
# LED setup is similar to PixRacer
|
||||
define HAL_HAVE_PIXRACER_LED
|
||||
|
|
Loading…
Reference in New Issue