diff Discovery/Inc/tMenu.h @ 167:5e41365ff0d8 cleanup-1

cleanup: local data and functions can be static (tMenu) Most of the changes in this commit are making code that is only used in this file (compilation unit) static. Careful reading the changes show a little more. Like, removing commented code (as any code change can be found the repository, so nothing is really lost), or removing obvious looking useless code (callerID). Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author Jan Mulder <jlmulder@xs4all.nl>
date Fri, 08 Mar 2019 13:47:52 +0100
parents 5f11787b4f42
children 0dbf550dc743
line wrap: on
line diff
--- a/Discovery/Inc/tMenu.h	Thu Mar 07 21:52:23 2019 +0100
+++ b/Discovery/Inc/tMenu.h	Fri Mar 08 13:47:52 2019 +0100
@@ -71,7 +71,6 @@
 void updateMenu(void);
 void updateSpecificMenu(uint32_t id);
 void sendActionToMenu(uint8_t sendAction);
-void timeoutTestMenu(uint32_t seconds_since_last_button_press);
 void exitMenu(void);
 
 void tM_check_content(void);