mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 05:45:31 +03:00
[H7][F7] Add unused pin handling
This commit is contained in:
parent
a88d5470eb
commit
76288b6ce6
3 changed files with 2 additions and 41 deletions
|
@ -1006,6 +1006,8 @@ void init(void)
|
|||
motorEnable();
|
||||
#endif
|
||||
|
||||
initializeUnusedPins();
|
||||
|
||||
tasksInit();
|
||||
|
||||
systemState |= SYSTEM_STATE_READY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue