Skip to content

Commit

Permalink
Update fc_msp_box.c
Browse files Browse the repository at this point in the history
  • Loading branch information
breadoven committed Jul 12, 2021
1 parent 64a3ef6 commit 1d64e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/fc/fc_msp_box.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ void initActiveBoxIds(void)
}
if (STATE(AIRPLANE)) {
activeBoxIds[activeBoxIdCount++] = BOXLOITERDIRCHN;
activeBoxIds[activeBoxIdCount++] = BOXSOARING;
}
}

Expand All @@ -225,6 +224,7 @@ void initActiveBoxIds(void)
if (STATE(AIRPLANE)) {
activeBoxIds[activeBoxIdCount++] = BOXNAVCOURSEHOLD;
activeBoxIds[activeBoxIdCount++] = BOXNAVCRUISE;
activeBoxIds[activeBoxIdCount++] = BOXSOARING;
}
}
}
Expand Down

0 comments on commit 1d64e0a

Please sign in to comment.