1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Exclude SWD pins from being initialised as pull up if unused.

This commit is contained in:
mikeller 2020-01-28 00:00:04 +13:00 committed by Michael Keller
parent 0c6b965898
commit cd27b63b89
6 changed files with 24 additions and 8 deletions

View file

@ -108,4 +108,5 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"PULLUP",
"PULLDOWN",
"DSHOT_BITBANG",
"SWD",
};