1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 23:05:19 +03:00

Merge pull request #9875 from mikeller/move_box_init_to_activate_config

Moved calculation of available boxes into 'activateConfig()' to avoid a reboot.
This commit is contained in:
Michael Keller 2020-06-03 07:06:33 +12:00 committed by GitHub
commit 9eb97ea78d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

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