summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/setup.h b/setup.h
index be65d6d..07f8e6d 100644
--- a/setup.h
+++ b/setup.h
@@ -18,13 +18,12 @@
#define memberof(x) (sizeof(x)/sizeof(*x))
enum eOnExitMode {
- eOnExitMode_FIRSTITEM = 0
- ,eOnExitMode_SHOWMSG = 0 /**< Do nothing - just leave the "last" message there */
- ,eOnExitMode_SHOWCLOCK = 1 /**< Show the big clock */
- ,eOnExitMode_BLANKSCREEN = 2 /**< Blank the device completely */
- ,eOnExitMode_NEXTTIMER = 3 /**< Show next active timer */
- ,eOnExitMode_WAKEUP = 4 /**< Show the big clock and wakeup on next active timer */
- ,eOnExitMode_LASTITEM = 4
+ eOnExitMode_SHOWMSG /**< Do nothing - just leave the "last" message there */
+ ,eOnExitMode_SHOWCLOCK /**< Show the big clock */
+ ,eOnExitMode_BLANKSCREEN /**< Blank the device completely */
+ ,eOnExitMode_NEXTTIMER /**< Show next active timer */
+ ,eOnExitMode_WAKEUP /**< Show the big clock and wakeup on next active timer */
+ ,eOnExitMode_LASTITEM
};
struct cIMonSetup