From a7c600e180f9fe1a4f5ef87543ea1445006fc3e0 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Sat, 25 Nov 2023 00:10:43 +0100 Subject: [PATCH] This comment has been ... somehow cut in it's run --- v10/param.c | 2 +- v10/param.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v10/param.c b/v10/param.c index f18de06..d78e919 100644 --- a/v10/param.c +++ b/v10/param.c @@ -164,7 +164,7 @@ int sub_menu_level = 0; if (button & BUTTON_OK) { sub_menu_level = 0; current_menu = MAIN_MENU; } /* Configuraton menu handler - * Return 0 to get back to + * Return MODE_RUN to get back to normal mode, or MODE_CONFIG to stay in configuration mode */ int config_interface_handle(void) { diff --git a/v10/param.h b/v10/param.h index 35d385a..02e593a 100644 --- a/v10/param.h +++ b/v10/param.h @@ -27,7 +27,7 @@ /* Configuration menu */ /* Configuraton menu handler - * Return 0 to get back to + * Return MODE_RUN to get back to normal mode, or MODE_CONFIG to stay in configuration mode */ int config_interface_handle(void); -- 2.43.0