1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Merge pull request #9884 from mikeller/fix_missing_modes

Fixed modes missing on startup.
This commit is contained in:
Michael Keller 2020-06-06 19:22:00 +12:00 committed by GitHub
commit 3b29aa5c34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3596,4 +3596,5 @@ void mspFcProcessReply(mspPacket_t *reply)
void mspInit(void)
{
initActiveBoxIds();
}