1
0
Fork 0
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:
jflyper 2020-01-21 12:19:37 +09:00
parent a88d5470eb
commit 76288b6ce6
3 changed files with 2 additions and 41 deletions

View file

@ -1006,6 +1006,8 @@ void init(void)
motorEnable();
#endif
initializeUnusedPins();
tasksInit();
systemState |= SYSTEM_STATE_READY;