1
0
Fork 0
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:
jflyper 2020-01-21 12:18:43 +09:00
parent e02716a8a4
commit a88d5470eb
4 changed files with 26 additions and 0 deletions

View file

@ -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);