aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/control.h
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-07-19 11:29:11 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-07-19 11:29:11 +0300
commitfacf3fea6ebc728cdd09d6d2a22bd32bfe8de6b9 (patch)
treead18e27d769ca53a483b012193fc1197b9704b59 /Software/Embedded_SW/Embedded/Modules/Control/control.h
parentc90b4e2e753a0a86ebb2af4dc827cda206b148b6 (diff)
parenta23042015bb78f0603440f5746edbc509877faa9 (diff)
downloadTango-facf3fea6ebc728cdd09d6d2a22bd32bfe8de6b9.tar.gz
Tango-facf3fea6ebc728cdd09d6d2a22bd32bfe8de6b9.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/control.h')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/control.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/control.h b/Software/Embedded_SW/Embedded/Modules/Control/control.h
index 78e24f495..4b6a80967 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/control.h
+++ b/Software/Embedded_SW/Embedded/Modules/Control/control.h
@@ -21,6 +21,7 @@ typedef enum {
eHundredMillisecond = 100,
eOneSecond = 1000,
eOneMinute = 60000,
+ eTenMinutes = 600000,
eOneHour = 3600000
}CTRL_TIMING_ENUM;
typedef enum