aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-05-19 19:28:56 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-05-19 19:28:56 +0300
commit5f6a459aab9a781dc143d8a6eb214408ead6906d (patch)
tree1f1c53c59790f2f8d5602666e6926f0b500eba63 /Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
parentd3a01259a456926ec6a0b05ba897c89230149774 (diff)
downloadTango-5f6a459aab9a781dc143d8a6eb214408ead6906d.tar.gz
Tango-5f6a459aab9a781dc143d8a6eb214408ead6906d.zip
PID - fabs() enabled small integral values. empty waste indication.
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread.h')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
index 97f3811c7..19201c708 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h
@@ -17,6 +17,7 @@
#include "thread_ex.h"
+#define NORMAL_COEF_DIVIDER 100
typedef struct
{
uint32_t startoffsetpulses;