1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

Fix non DSHOT protocols

This commit is contained in:
Hans Christian Olaussen 2022-02-21 00:11:26 +01:00
parent 7b4415f062
commit 13cb7b4280
2 changed files with 3 additions and 6 deletions

View file

@ -3030,6 +3030,7 @@ static mspResult_e mspProcessInCommand(mspDescriptor_t srcDesc, int16_t cmdMSP,
#endif
}
pidInitConfig(currentPidProfile);
initEscEndpoints();
mixerInitProfile();
break;