mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Merge pull request #8723 from schugabe/pin_up_down_config
Add resource option to configure unused pins as pulldown
This commit is contained in:
commit
d331aed726
11 changed files with 189 additions and 1 deletions
|
@ -31,6 +31,7 @@ COMMON_SRC = \
|
|||
drivers/mco.c \
|
||||
drivers/motor.c \
|
||||
drivers/pinio.c \
|
||||
drivers/pin_pull_up_down.c \
|
||||
drivers/resource.c \
|
||||
drivers/rcc.c \
|
||||
drivers/serial.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue