Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Sep 7, 2024
1 parent 7d1ccb3 commit 8f91a59
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 @@ -3,8 +3,8 @@ using REPL.TerminalMenus
options = ["autopilot_1p = include(\"autopilot_1p.jl\")",
"autopilot_4p = include(\"autopilot.jl\")",
"joystick = include(\"joystick.jl\")",
"minipilot.jl = include(\"minipilot.jl\")",
"minipilot_12.jl = include(\"minipilot_12.jl\")",
"minipilot = include(\"minipilot.jl\")",
"minipilot_12 = include(\"minipilot_12.jl\")",
"quit"]

function menu()
Expand Down

0 comments on commit 8f91a59

Please sign in to comment.