From 13e70d92919810dc3ed94e161d270fb41ee39ebb Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Thu, 16 Jul 2020 12:13:09 +0300 Subject: Version 1.4.6.35 --- Software/Embedded_SW/Embedded/Modules/Control/control.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Software/Embedded_SW/Embedded/Modules/Control/control.h') 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 -- cgit v1.3.1