mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
HAL_ChibiOS: make pwm pin pulldown
This commit is contained in:
parent
d249f870b9
commit
6f6fbb5b48
@ -19,7 +19,7 @@ define CH_CFG_ST_RESOLUTION 16
|
||||
|
||||
# use USART1_RX as input for PWM trigger
|
||||
undef PA10
|
||||
PA10 PWM_TRIGGER INPUT FLOAT GPIO(77)
|
||||
PA10 PWM_TRIGGER INPUT PULLDOWN GPIO(77)
|
||||
define PWM_HARDPOINT_PIN 77
|
||||
|
||||
# no I2C
|
||||
|
Loading…
Reference in New Issue
Block a user