diff Discovery/Inc/tMenu.h @ 816:c4ee952b9425

Fix a bug that disables arbitrary menu lines in dive mode if lines are disabled / inactive in surface mode. (mikeller)
author heinrichsweikamp
date Sun, 10 Sep 2023 11:46:45 +0200
parents ce8f71217f45
children bc2fcd002fc4
line wrap: on
line diff
--- a/Discovery/Inc/tMenu.h	Sun Sep 03 18:03:49 2023 +0200
+++ b/Discovery/Inc/tMenu.h	Sun Sep 10 11:46:45 2023 +0200
@@ -90,6 +90,7 @@
 void resetLineMask(uint32_t lineId);
 void disableLine(uint32_t lineId);
 void enableLine(uint32_t lineId);
+void clearDisabledMenuLines(void);
 
 char *makeGrey(bool isGrey);
 #endif /* TMENU_H */