diff options
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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 |