1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-22 15:55:48 +03:00

Fixed modes missing on startup.

This commit is contained in:
mikeller 2020-06-04 08:02:36 +12:00
parent 9718914fdf
commit 5d112384ae

View file

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