Skip to content

Commit

Permalink
fix uart terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Apr 23, 2024
1 parent 42df96c commit e112358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base_pack/uart_terminal/uart_terminal_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ void uart_terminal_app_free(UART_TerminalApp* app) {
// Views
view_dispatcher_remove_view(app->view_dispatcher, UART_TerminalAppViewVarItemList);
view_dispatcher_remove_view(app->view_dispatcher, UART_TerminalAppViewSetup);
view_dispatcher_remove_view(app->view_dispatcher, UART_TerminalAppViewHelp);
view_dispatcher_remove_view(app->view_dispatcher, UART_TerminalAppViewConsoleOutput);
view_dispatcher_remove_view(app->view_dispatcher, UART_TerminalAppViewTextInput);
view_dispatcher_remove_view(app->view_dispatcher, UART_TerminalAppViewHexInput);
Expand Down

0 comments on commit e112358

Please sign in to comment.