mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Add unused pin state traverse and initialization facility
This commit is contained in:
parent
e02716a8a4
commit
a88d5470eb
4 changed files with 26 additions and 0 deletions
|
@ -83,3 +83,4 @@ typedef void extiCallbackHandlerFunc(void);
|
|||
|
||||
void registerExtiCallbackHandler(IRQn_Type irqn, extiCallbackHandlerFunc *fn);void unregisterExtiCallbackHandler(IRQn_Type irqn, extiCallbackHandlerFunc *fn);
|
||||
|
||||
void initializeUnusedPins(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue