diff Discovery/Src/tMenuHardware.c @ 1039:f8e2895c91e5 GasConsumption

Reorder the 'SYS' menus so that they follow 'features / hardware / display' which should be less confusing for users. Also fix a bug with a non-implemented menu entry in the 'SYS1' menu on OSTC 4 (mikeller)
author heinrichsweikamp
date Mon, 13 Oct 2025 15:44:12 +0200
parents 85f7e19c6688
children
line wrap: on
line diff
--- a/Discovery/Src/tMenuHardware.c	Tue Sep 16 20:13:43 2025 +0200
+++ b/Discovery/Src/tMenuHardware.c	Mon Oct 13 15:44:12 2025 +0200
@@ -152,8 +152,8 @@
 	            text[textPointer++] = '\005';
 	        else
 	            text[textPointer++] = '\006';
+	    nextline(text,&textPointer);
     }
-    nextline(text,&textPointer);
 
     return StMHARD;
 }