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:
commit
9eb97ea78d
3 changed files with 7 additions and 2 deletions
|
@ -3596,5 +3596,4 @@ void mspFcProcessReply(mspPacket_t *reply)
|
|||
|
||||
void mspInit(void)
|
||||
{
|
||||
initActiveBoxIds();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue