adzap: move non-menu code to Init() function

Origin commit data
------------------
Commit: a5bc5093e7
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-28 (Sun, 28 Feb 2016)

Origin message was:
------------------
- adzap: move non-menu code to Init() function
This commit is contained in:
vanhofen
2016-02-28 22:02:42 +01:00
parent a984e9f829
commit 21a01e1745
2 changed files with 32 additions and 26 deletions

View File

@@ -47,6 +47,7 @@ class CAdZapMenu: public CMenuTarget
t_channel_id channelId;
sem_t sem;
CAdZapMenu();
void Init();
void Settings();
void Update();
void Run(void);