mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +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
|
@ -83,4 +83,4 @@ typedef void extiCallbackHandlerFunc(void);
|
|||
|
||||
void registerExtiCallbackHandler(IRQn_Type irqn, extiCallbackHandlerFunc *fn);void unregisterExtiCallbackHandler(IRQn_Type irqn, extiCallbackHandlerFunc *fn);
|
||||
|
||||
void initializeUnusedPins(void);
|
||||
void unusedPinsInit(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue