1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

Moved mixer profile initialisation to after pid initialisation.

This commit is contained in:
mikeller 2020-10-11 13:02:32 +13:00
parent 9e6b65680e
commit e4b3a1f2e5
2 changed files with 2 additions and 2 deletions

View file

@ -737,6 +737,8 @@ void init(void)
pidInit(currentPidProfile);
mixerInitProfile();
#ifdef USE_PID_AUDIO
pidAudioInit();
#endif