From: Nathael Pajani Date: Fri, 24 Nov 2023 23:10:43 +0000 (+0100) Subject: This comment has been ... somehow cut in it's run X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=a7c600e180f9fe1a4f5ef87543ea1445006fc3e0;p=soft%2Flpc122x%2Fscialys This comment has been ... somehow cut in it's run --- 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);