Skip to content

Commit

Permalink
[fl2ltm] improve navmode synthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
stronnag committed Aug 27, 2024
1 parent 8957a84 commit 75fce2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/inav/inav_nav_states.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ func is_hover(vers, val int) bool {
func NavMode(vers, val int) byte {
if is_rth_start(vers, val) {
return 1
} else if IsRTH(vers, val) {
return 1
} else if IsPH(vers, val) {
return 3
} else if IsWP(vers, val) {
Expand Down

0 comments on commit 75fce2f

Please sign in to comment.