1
0
Fork 0
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:
Michael Keller 2019-08-21 22:55:48 +12:00 committed by GitHub
commit d331aed726
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 189 additions and 1 deletions

View file

@ -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 \