Skip to content

Commit

Permalink
Change the naming of xchg menu entry
Browse files Browse the repository at this point in the history
  • Loading branch information
john0312 committed Aug 17, 2024
1 parent d3195ae commit aacba98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fw/Core/Hitcon/App/ConnectMenuApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ using hitcon::app::tetris::tetris_app;
// using hitcon::app::tetris

constexpr menu_entry_t connect_menu_entries[] = {
{"Send", &g_send_data_app, nullptr},
{"Tetris", &tetris_app, &hitcon::app::tetris::SetMultiplayer},
{"Snake", &snake_app, &hitcon::app::snake::SetMultiplayer},
{"xchg", &g_send_data_app, nullptr},
};

constexpr int connect_menu_entries_len =
Expand Down

0 comments on commit aacba98

Please sign in to comment.