Quellcode durchsuchen

fix uart terminal

MX vor 1 Jahr
Ursprung
Commit
e112358424
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      base_pack/uart_terminal/uart_terminal_app.c

+ 1 - 0
base_pack/uart_terminal/uart_terminal_app.c

@@ -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);