aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/DataDef.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-12-23 15:24:48 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-12-23 15:24:48 +0200
commitbd9bea9c2555a86fe092d5edb725867aadc64671 (patch)
tree0326a5701a49877db5c831fe371c03766c4fde72 /Software/Embedded_SW/Embedded/DataDef.h
parente57103400158c3cdff4983e6cdb41b194c9eee5e (diff)
parent71ea5fcc1e5bb9f671b6cd5d7507e6689cdd535c (diff)
downloadTango-bd9bea9c2555a86fe092d5edb725867aadc64671.tar.gz
Tango-bd9bea9c2555a86fe092d5edb725867aadc64671.zip
merge
Diffstat (limited to 'Software/Embedded_SW/Embedded/DataDef.h')
-rw-r--r--Software/Embedded_SW/Embedded/DataDef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/DataDef.h b/Software/Embedded_SW/Embedded/DataDef.h
index 001303c88..3115f6828 100644
--- a/Software/Embedded_SW/Embedded/DataDef.h
+++ b/Software/Embedded_SW/Embedded/DataDef.h
@@ -169,6 +169,7 @@ typedef enum
#define LOW 0x0
#define HIGH 0x1
#define LOW_AND_HIGH 0x2
+#define HIGHEST 0x3
#define WR 0
#define RD 1
@@ -330,6 +331,8 @@ typedef enum
#define BIT30 0x40000000 //0x01 << 30
#define BIT31 0x80000000 //0x01 << 31
+extern struct tm LocalTime;//Months since January - [0,11]
+
//LocalTimeInAScii
typedef union
{