diff --git a/src/gui/screen_printing_serial.cpp b/src/gui/screen_printing_serial.cpp index 7f548a43ea..f6bbc6febd 100644 --- a/src/gui/screen_printing_serial.cpp +++ b/src/gui/screen_printing_serial.cpp @@ -144,7 +144,7 @@ int screen_printing_serial_event(screen_t *screen, window_t *window, uint8_t eve if (event == WINDOW_EVENT_BTN_DN) { screen_open(pscreen_menu_tune->id); lock = 0; - return 0; //here MUST BE return. Screen is no longer valid. + return 1; //here MUST BE return 1. Screen is no longer valid. } int now = HAL_GetTick();