mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: fixed syntax error on RCIN pin for iomcu
This commit is contained in:
parent
fab181345c
commit
7c1ba15031
|
@ -79,7 +79,7 @@ PA10 USART1_RX USART1 SPEED_HIGH
|
|||
PC13 SPEKTRUM_PWR_EN OUTPUT LOW
|
||||
define HAL_GPIO_PIN_SPEKTRUM_OUT PAL_LINE(GPIOA,10U)
|
||||
|
||||
PA8 INPUT PULLUP # RC Input PPM
|
||||
PA8 RCIN INPUT SPEED_HIGH FLOATING # RC Input PPM
|
||||
|
||||
# analog inputs
|
||||
PA4 VSERVO ADC1
|
||||
|
|
Loading…
Reference in New Issue