diff Discovery/Src/tMenuEditSetpoint.c @ 171:4b5b7a40e594

Merged in janlmulder/ostc4/cleanup-1 (pull request #2) Bugfix: highlight the menu underline correctly on selected state (and trivial cleanup)
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Sun, 10 Mar 2019 15:39:55 +0000
parents 255eedad4155
children d539ed9aa5b8
line wrap: on
line diff
--- a/Discovery/Src/tMenuEditSetpoint.c	Fri Mar 08 10:31:32 2019 +0100
+++ b/Discovery/Src/tMenuEditSetpoint.c	Sun Mar 10 15:39:55 2019 +0000
@@ -180,7 +180,8 @@
         /* surface mode */
         uint8_t spId, setpoint_cbar, sp_high, depthDeco, first;
         // uint8_t active,
-        char text[70], textPointer;
+        char text[70];
+        uint8_t textPointer;
         uint16_t y_line;
 
         set_globalState_Menu_Line(line);