comparison 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
comparison
equal deleted inserted replaced
166:255eedad4155 167:5e41365ff0d8
69 void openMenu(uint8_t freshWithFlipPages); 69 void openMenu(uint8_t freshWithFlipPages);
70 void openMenu_first_page_with_OC_gas_update(void); 70 void openMenu_first_page_with_OC_gas_update(void);
71 void updateMenu(void); 71 void updateMenu(void);
72 void updateSpecificMenu(uint32_t id); 72 void updateSpecificMenu(uint32_t id);
73 void sendActionToMenu(uint8_t sendAction); 73 void sendActionToMenu(uint8_t sendAction);
74 void timeoutTestMenu(uint32_t seconds_since_last_button_press);
75 void exitMenu(void); 74 void exitMenu(void);
76 75
77 void tM_check_content(void); 76 void tM_check_content(void);
78 void tM_refresh_live_content(void); 77 void tM_refresh_live_content(void);
79 void tM_rebuild_menu_after_tComm(void); 78 void tM_rebuild_menu_after_tComm(void);