Skip to content

Commit

Permalink
fix menu.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Nov 15, 2024
1 parent 16cb28e commit 58b7cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/menu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ options = ["autopilot_4p = include(\"autopilot.jl\")",
"tune_4p_ = include(\"tune_4p.jl\"); tune_4p()",
"quit"]

function menu()
function example_menu()
active = true
while active
menu = RadioMenu(options, pagesize=8)
Expand All @@ -25,4 +25,4 @@ function menu()
end
end

menu()
examples_menu()

0 comments on commit 58b7cff

Please sign in to comment.