mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 23:35:34 +03:00
Exclude SWD pins from being initialised as pull up if unused.
This commit is contained in:
parent
0c6b965898
commit
cd27b63b89
6 changed files with 24 additions and 8 deletions
|
@ -106,6 +106,7 @@ typedef enum {
|
|||
OWNER_PULLUP,
|
||||
OWNER_PULLDOWN,
|
||||
OWNER_DSHOT_BITBANG,
|
||||
OWNER_SWD,
|
||||
OWNER_TOTAL_COUNT
|
||||
} resourceOwner_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue