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

Moved calculation of available boxes into 'activateConfig()' to avoid a reboot.

This commit is contained in:
mikeller 2020-06-01 21:06:27 +12:00
parent 6bada9c5e9
commit 9ed83cf67c
3 changed files with 7 additions and 2 deletions

View file

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