infobar timout: add member to get current timeout modes

Avoids  multiple code in some source files.
This commit is contained in:
2018-04-10 10:25:24 +02:00
parent 557805bc40
commit f9b4aeef8c
4 changed files with 15 additions and 19 deletions

View File

@@ -212,5 +212,6 @@ class CInfoViewer
uint32_t getUpdateTimer(void) { return lcdUpdateTimer; }
inline t_channel_id get_current_channel_id(void) { return current_channel_id; }
void ResetModules();
bool hasTimeout();
};
#endif