Skip to content

Commit

Permalink
add missing end
Browse files Browse the repository at this point in the history
  • Loading branch information
agising committed Sep 7, 2024
1 parent ff13cc5 commit 18e0003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_Scripting/examples/glide_into_wind.lua
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ function update()
else
-- Do not trigger glide into wind, require new heart beats to get here again
fs_state = "CANCELED"
end
end
-- State TRIGGERED
elseif fs_state == "TRIGGERED" then
Expand Down

0 comments on commit 18e0003

Please sign in to comment.