summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index b006afd..a6b7039 100644
--- a/config.h
+++ b/config.h
@@ -23,6 +23,7 @@ enum flag
NORMALTIME = 1<<1,
BINARYTIME = 1<<2,
MILITARYTIME = 1<<3,
+ SHOWMERIDIEM = 1<<4,
};
struct component
@@ -37,7 +38,7 @@ struct component
*/
static const struct component components[] ={
/* function flag */
- {currenttime, NORMALTIME},
+ {currenttime, NORMALTIME|SHOWMERIDIEM},
{battery, 0},
{charging, 0},
};